Color Hex Logo

#e00cec Color Hex

#E00CEC
(224,12,236)
0 Favorites   0 Comments

Color spaces of #e00cec

RGB 22412236
HSL0.820.900.49
HSV297°95°93°
CMYK 0.050.950.00   0.07
XYZ46.012322.166481.2103
Yxy22.16640.30800.1484
Hunter Lab47.081292.0553-69.3124
CIE-Lab54.203189.9988-60.3364

#e00cec color RGB value is (224,12,236).

#e00cec hex color red value is 224, green value is 12 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e00cec hue: 0.82 , saturation: 0.90 and the lightness value of e00cec is 0.49.

The process color (four color CMYK) of #e00cec color hex is 0.05, 0.95, 0.00, 0.07. Web safe color of #e00cec is #cc00ff. Color #e00cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001100 11101100
Octal 340 14 354
Decimal 224 12 236
Hex E0 C EC

RGB Percentages of Color #e00cec

%47.46
%2.54
%50.00

CMYK Percentages of Color #e00cec

%5
%95
%0
%7

Triadic Colors of #e00cec

#e00cec #ece00c #0cece0

Analogous Colors of #e00cec

#e00cec #ec0c88 #700cec

Monochromatic Colors of #e00cec

#e00cec

Complementary Color

#e00cec #18ec0c

#e00cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00cec Color CSS Codes

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

#e00cec Text Font Color

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

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


#e00cec Background Color

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

This div background color is #e00cec


#e00cec Border Color

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

This div border color is #e00cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00cec


Comments

No comments written yet.

Please login to write comment.