Color Hex Logo

#e0066f Color Hex

#E0066F
(224,6,111)
0 Favorites   0 Comments

Color spaces of #e0066f

RGB 2246111
HSL0.920.950.45
HSV331°97°88°
CMYK 0.000.970.50   0.12
XYZ33.674817.125216.5696
Yxy17.12520.49990.2542
Hunter Lab41.382672.83355.2281
CIE-Lab48.417476.13964.2868

#e0066f color RGB value is (224,6,111).

#e0066f hex color red value is 224, green value is 6 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e0066f hue: 0.92 , saturation: 0.95 and the lightness value of e0066f is 0.45.

The process color (four color CMYK) of #e0066f color hex is 0.00, 0.97, 0.50, 0.12. Web safe color of #e0066f is #cc0066. Color #e0066f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000110 01101111
Octal 340 6 157
Decimal 224 6 111
Hex E0 6 6F

RGB Percentages of Color #e0066f

%65.69
%1.76
%32.55

CMYK Percentages of Color #e0066f

%0
%97
%50
%12

Triadic Colors of #e0066f

#e0066f #6fe006 #066fe0

Analogous Colors of #e0066f

#e0066f #e00a06 #e006dc

Monochromatic Colors of #e0066f

#e0066f

Complementary Color

#e0066f #06e077

#e0066f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0066f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0066f Color CSS Codes

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

#e0066f Text Font Color

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

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


#e0066f Background Color

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

This div background color is #e0066f


#e0066f Border Color

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

This div border color is #e0066f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0066f


Comments

No comments written yet.

Please login to write comment.