Color Hex Logo

#e011cb Color Hex

#E011CB
(224,17,203)
0 Favorites   0 Comments

Color spaces of #e011cb

RGB 22417203
HSL0.850.860.47
HSV306°92°88°
CMYK 0.000.920.09   0.12
XYZ41.720420.560058.2695
Yxy20.56000.34610.1706
Hunter Lab45.343184.8881-44.4521
CIE-Lab52.464584.8853-44.3344

#e011cb color RGB value is (224,17,203).

#e011cb hex color red value is 224, green value is 17 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e011cb hue: 0.85 , saturation: 0.86 and the lightness value of e011cb is 0.47.

The process color (four color CMYK) of #e011cb color hex is 0.00, 0.92, 0.09, 0.12. Web safe color of #e011cb is #cc00cc. Color #e011cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010001 11001011
Octal 340 21 313
Decimal 224 17 203
Hex E0 11 CB

RGB Percentages of Color #e011cb

%50.45
%3.83
%45.72

CMYK Percentages of Color #e011cb

%0
%92
%9
%12

Triadic Colors of #e011cb

#e011cb #cbe011 #11cbe0

Analogous Colors of #e011cb

#e011cb #e01163 #8e11e0

Monochromatic Colors of #e011cb

#e011cb

Complementary Color

#e011cb #11e026

#e011cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e011cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e011cb Color CSS Codes

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

#e011cb Text Font Color

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

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


#e011cb Background Color

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

This div background color is #e011cb


#e011cb Border Color

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

This div border color is #e011cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e011cb


Comments

No comments written yet.

Please login to write comment.