Color Hex Logo

#e015cb Color Hex

#E015CB
(224,21,203)
0 Favorites   0 Comments

Color spaces of #e015cb

RGB 22421203
HSL0.850.830.48
HSV306°91°88°
CMYK 0.000.910.09   0.12
XYZ41.788120.695458.2920
Yxy20.69540.34600.1714
Hunter Lab45.492284.3547-44.1275
CIE-Lab52.614584.4443-44.0967

#e015cb color RGB value is (224,21,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010101 11001011
Octal 340 25 313
Decimal 224 21 203
Hex E0 15 CB

RGB Percentages of Color #e015cb

%50.00
%4.69
%45.31

CMYK Percentages of Color #e015cb

%0
%91
%9
%12

Triadic Colors of #e015cb

#e015cb #cbe015 #15cbe0

Analogous Colors of #e015cb

#e015cb #e01566 #9015e0

Monochromatic Colors of #e015cb

#e015cb

Complementary Color

#e015cb #15e02a

#e015cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e015cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e015cb Color CSS Codes

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

#e015cb Text Font Color

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

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


#e015cb Background Color

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

This div background color is #e015cb


#e015cb Border Color

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

This div border color is #e015cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,21,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 #e015cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e015cb


Comments

No comments written yet.

Please login to write comment.