Color Hex Logo

#e000cb Color Hex

#E000CB
(224,0,203)
0 Favorites   0 Comments

Color spaces of #e000cb

RGB 2240203
HSL0.851.000.44
HSV306°100°88°
CMYK 0.001.000.09   0.12
XYZ41.520020.159158.2027
Yxy20.15910.34630.1682
Hunter Lab44.898986.4938-45.4288
CIE-Lab52.016686.2066-45.0446

#e000cb color RGB value is (224,0,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000000 11001011
Octal 340 0 313
Decimal 224 0 203
Hex E0 0 CB

RGB Percentages of Color #e000cb

%52.46
%0.00
%47.54

CMYK Percentages of Color #e000cb

%0
%100
%9
%12

Triadic Colors of #e000cb

#e000cb #cbe000 #00cbe0

Analogous Colors of #e000cb

#e000cb #e0005b #8500e0

Monochromatic Colors of #e000cb

#e000cb

Complementary Color

#e000cb #00e015

#e000cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e000cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e000cb Color CSS Codes

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

#e000cb Text Font Color

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

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


#e000cb Background Color

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

This div background color is #e000cb


#e000cb Border Color

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

This div border color is #e000cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e000cb


Comments

No comments written yet.

Please login to write comment.