Color Hex Logo

#eb606b Color Hex

#EB606B
(235,96,107)
1 Favorites   0 Comments

Color spaces of #eb606b

RGB 23596107
HSL0.990.780.65
HSV355°59°92°
CMYK 0.000.590.54   0.08
XYZ41.097727.089416.9726
Yxy27.08940.48260.3181
Hunter Lab52.047549.864017.0989
CIE-Lab59.057054.569521.7721

#eb606b color RGB value is (235,96,107).

#eb606b hex color red value is 235, green value is 96 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #eb606b hue: 0.99 , saturation: 0.78 and the lightness value of eb606b is 0.65.

The process color (four color CMYK) of #eb606b color hex is 0.00, 0.59, 0.54, 0.08. Web safe color of #eb606b is #ff6666. Color #eb606b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100000 01101011
Octal 353 140 153
Decimal 235 96 107
Hex EB 60 6B

RGB Percentages of Color #eb606b

%53.65
%21.92
%24.43

CMYK Percentages of Color #eb606b

%0
%59
%54
%8

Triadic Colors of #eb606b

#eb606b #6beb60 #606beb

Analogous Colors of #eb606b

#eb606b #eb9b60 #eb60b1

Monochromatic Colors of #eb606b

#eb606b

Complementary Color

#eb606b #60ebe0

#eb606b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb606b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb606b Color CSS Codes

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

#eb606b Text Font Color

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

This sample text font color is #eb606b
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.


#eb606b Background Color

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

This div background color is #eb606b


#eb606b Border Color

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

This div border color is #eb606b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb606b


Comments

No comments written yet.

Please login to write comment.