Color Hex Logo

#e0606a Color Hex

#E0606A
(224,96,106)
0 Favorites   0 Comments

Color spaces of #e0606a

RGB 22496106
HSL0.990.670.63
HSV355°57°88°
CMYK 0.000.570.53   0.12
XYZ37.524925.253616.5323
Yxy25.25360.47310.3184
Hunter Lab50.253045.346915.6718
CIE-Lab57.321750.759219.7192

#e0606a color RGB value is (224,96,106).

#e0606a hex color red value is 224, green value is 96 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #e0606a hue: 0.99 , saturation: 0.67 and the lightness value of e0606a is 0.63.

The process color (four color CMYK) of #e0606a color hex is 0.00, 0.57, 0.53, 0.12. Web safe color of #e0606a is #cc6666. Color #e0606a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100000 01101010
Octal 340 140 152
Decimal 224 96 106
Hex E0 60 6A

RGB Percentages of Color #e0606a

%52.58
%22.54
%24.88

CMYK Percentages of Color #e0606a

%0
%57
%53
%12

Triadic Colors of #e0606a

#e0606a #6ae060 #606ae0

Analogous Colors of #e0606a

#e0606a #e09660 #e060aa

Monochromatic Colors of #e0606a

#e0606a

Complementary Color

#e0606a #60e0d6

#e0606a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0606a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0606a Color CSS Codes

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

#e0606a Text Font Color

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

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


#e0606a Background Color

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

This div background color is #e0606a


#e0606a Border Color

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

This div border color is #e0606a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0606a


Comments

No comments written yet.

Please login to write comment.