Color Hex Logo

#ed606b Color Hex

#ED606B
(237,96,107)
0 Favorites   0 Comments

Color spaces of #ed606b

RGB 23796107
HSL0.990.800.65
HSV355°59°93°
CMYK 0.000.590.55   0.07
XYZ41.761827.431817.0037
Yxy27.43180.48450.3182
Hunter Lab52.375450.671117.4142
CIE-Lab59.371955.237822.2494

#ed606b color RGB value is (237,96,107).

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

The process color (four color CMYK) of #ed606b color hex is 0.00, 0.59, 0.55, 0.07. Web safe color of #ed606b is #ff6666. Color #ed606b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100000 01101011
Octal 355 140 153
Decimal 237 96 107
Hex ED 60 6B

RGB Percentages of Color #ed606b

%53.86
%21.82
%24.32

CMYK Percentages of Color #ed606b

%0
%59
%55
%7

Triadic Colors of #ed606b

#ed606b #6bed60 #606bed

Analogous Colors of #ed606b

#ed606b #ed9c60 #ed60b2

Monochromatic Colors of #ed606b

#ed606b

Complementary Color

#ed606b #60ede2

#ed606b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed606b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed606b Color CSS Codes

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

#ed606b Text Font Color

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

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


#ed606b Background Color

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

This div background color is #ed606b


#ed606b Border Color

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

This div border color is #ed606b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,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 #ed606b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed606b


Comments

No comments written yet.

Please login to write comment.