color codes Logo

#eb74b5 color codes

#EB74B5
(235,116,181)
0 Favorites   0 Comments

Color spaces of #eb74b5

RGB 235116181
HSL0.910.750.69
HSV327°51°92°
CMYK 0.000.510.23   0.08
XYZ48.846833.489147.6056
Yxy33.48910.37590.2577
Hunter Lab57.869849.3965-8.2651
CIE-Lab64.555053.2802-12.9089

#eb74b5 color RGB value is (235,116,181).

#eb74b5 hex color red value is 235, green value is 116 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #eb74b5 hue: 0.91 , saturation: 0.75 and the lightness value of eb74b5 is 0.69.

The process color (four color CMYK) of #eb74b5 color code is 0.00, 0.51, 0.23, 0.08. Web safe color of #eb74b5 is #ff66cc. Color #eb74b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110100 10110101
Octal 353 164 265
Decimal 235 116 181
Hex EB 74 B5

RGB Percentages of Color #eb74b5

%44.17
%21.80
%34.02

CMYK Percentages of Color #eb74b5

%0
%51
%23
%8

Triadic Colors of #eb74b5

#eb74b5 #b5eb74 #74b5eb

Analogous Colors of #eb74b5

#eb74b5 #eb747a #e674eb

Monochromatic Colors of #eb74b5

#eb74b5

Complementary Color

#eb74b5 #74ebaa

#eb74b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb74b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb74b5 Color CSS Codes

.mybgcolor {background-color:#eb74b5; } 
.myforecolor {color:#eb74b5; }
.mybordercolor {border:3px solid #eb74b5; }

#eb74b5 Text Font Color

<p style="color:#eb74b5">Text here</p>

This sample text font color is #eb74b5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#eb74b5 Background Color

<div style="background-color:#eb74b5">
Div content here</div>

This div background color is #eb74b5


#eb74b5 Border Color

<div style="border:3px solid #eb74b5">
Div here</div>

This div border color is #eb74b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,116,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eb74b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eb74b5;
  -webkit-box-shadow: 1px 1px 3px 2px #eb74b5;
  box-shadow:         1px 1px 3px 2px #eb74b5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,116,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb74b5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eb74b5;
  -webkit-box-shadow: 1px 1px 3px 2px #eb74b5;
  box-shadow:         1px 1px 3px 2px #eb74b5;">
Div content here</div>

This div box has shadow with color #eb74b5


Comments

No comments written yet.

Please login to write comment.