Color Hex Logo

#e06cae Color Hex

#E06CAE
(224,108,174)
0 Favorites   0 Comments

Color spaces of #e06cae

RGB 224108174
HSL0.910.650.65
HSV326°52°88°
CMYK 0.000.520.22   0.12
XYZ43.743029.628443.4577
Yxy29.62840.37440.2536
Hunter Lab54.432048.1914-9.2339
CIE-Lab61.332352.7063-13.9220

#e06cae color RGB value is (224,108,174).

#e06cae hex color red value is 224, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e06cae hue: 0.91 , saturation: 0.65 and the lightness value of e06cae is 0.65.

The process color (four color CMYK) of #e06cae color hex is 0.00, 0.52, 0.22, 0.12. Web safe color of #e06cae is #cc6699. Color #e06cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101100 10101110
Octal 340 154 256
Decimal 224 108 174
Hex E0 6C AE

RGB Percentages of Color #e06cae

%44.27
%21.34
%34.39

CMYK Percentages of Color #e06cae

%0
%52
%22
%12

Triadic Colors of #e06cae

#e06cae #aee06c #6caee0

Analogous Colors of #e06cae

#e06cae #e06c74 #d86ce0

Monochromatic Colors of #e06cae

#e06cae

Complementary Color

#e06cae #6ce09e

#e06cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06cae Color CSS Codes

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

#e06cae Text Font Color

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

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


#e06cae Background Color

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

This div background color is #e06cae


#e06cae Border Color

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

This div border color is #e06cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06cae


Comments

No comments written yet.

Please login to write comment.