Color Hex Logo

#e00ccb Color Hex

#E00CCB
(224,12,203)
0 Favorites   0 Comments

Color spaces of #e00ccb

RGB 22412203
HSL0.850.900.46
HSV306°95°88°
CMYK 0.000.950.09   0.12
XYZ41.651420.422058.2465
Yxy20.42200.34620.1697
Hunter Lab45.190785.4363-44.7856
CIE-Lab52.311085.3374-44.5777

#e00ccb color RGB value is (224,12,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001100 11001011
Octal 340 14 313
Decimal 224 12 203
Hex E0 C CB

RGB Percentages of Color #e00ccb

%51.03
%2.73
%46.24

CMYK Percentages of Color #e00ccb

%0
%95
%9
%12

Triadic Colors of #e00ccb

#e00ccb #cbe00c #0ccbe0

Analogous Colors of #e00ccb

#e00ccb #e00c61 #8b0ce0

Monochromatic Colors of #e00ccb

#e00ccb

Complementary Color

#e00ccb #0ce021

#e00ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00ccb Color CSS Codes

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

#e00ccb Text Font Color

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

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


#e00ccb Background Color

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

This div background color is #e00ccb


#e00ccb Border Color

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

This div border color is #e00ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00ccb


Comments

No comments written yet.

Please login to write comment.