Color Hex Logo

#e00664 Color Hex

#E00664
(224,6,100)
0 Favorites   0 Comments

Color spaces of #e00664

RGB 2246100
HSL0.930.950.45
HSV334°97°88°
CMYK 0.000.970.55   0.12
XYZ33.105816.897613.5733
Yxy16.89760.52070.2658
Hunter Lab41.106771.82069.1973
CIE-Lab48.130875.371210.6611

#e00664 color RGB value is (224,6,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000110 01100100
Octal 340 6 144
Decimal 224 6 100
Hex E0 6 64

RGB Percentages of Color #e00664

%67.88
%1.82
%30.30

CMYK Percentages of Color #e00664

%0
%97
%55
%12

Triadic Colors of #e00664

#e00664 #64e006 #0664e0

Analogous Colors of #e00664

#e00664 #e01506 #e006d1

Monochromatic Colors of #e00664

#e00664

Complementary Color

#e00664 #06e082

#e00664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00664 Color CSS Codes

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

#e00664 Text Font Color

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

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


#e00664 Background Color

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

This div background color is #e00664


#e00664 Border Color

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

This div border color is #e00664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00664


Comments

No comments written yet.

Please login to write comment.