Color Hex Logo

#e00ccd Color Hex

#E00CCD
(224,12,205)
0 Favorites   0 Comments

Color spaces of #e00ccd

RGB 22412205
HSL0.850.900.46
HSV305°95°88°
CMYK 0.000.950.08   0.12
XYZ41.891420.518059.5101
Yxy20.51800.34360.1683
Hunter Lab45.296885.8110-46.1864
CIE-Lab52.417985.6048-45.5591

#e00ccd color RGB value is (224,12,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001100 11001101
Octal 340 14 315
Decimal 224 12 205
Hex E0 C CD

RGB Percentages of Color #e00ccd

%50.79
%2.72
%46.49

CMYK Percentages of Color #e00ccd

%0
%95
%8
%12

Triadic Colors of #e00ccd

#e00ccd #cde00c #0ccde0

Analogous Colors of #e00ccd

#e00ccd #e00c63 #890ce0

Monochromatic Colors of #e00ccd

#e00ccd

Complementary Color

#e00ccd #0ce01f

#e00ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00ccd Color CSS Codes

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

#e00ccd Text Font Color

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

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


#e00ccd Background Color

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

This div background color is #e00ccd


#e00ccd Border Color

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

This div border color is #e00ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00ccd


Comments

No comments written yet.

Please login to write comment.