Color Hex Logo

#e03cdd Color Hex

#E03CDD
(224,60,221)
0 Favorites   0 Comments

Color spaces of #e03cdd

RGB 22460221
HSL0.840.730.56
HSV301°73°88°
CMYK 0.000.730.01   0.12
XYZ45.407524.299570.7036
Yxy24.29950.32340.1731
Hunter Lab49.294578.1593-50.5340
CIE-Lab56.386478.8602-48.3862

#e03cdd color RGB value is (224,60,221).

#e03cdd hex color red value is 224, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e03cdd hue: 0.84 , saturation: 0.73 and the lightness value of e03cdd is 0.56.

The process color (four color CMYK) of #e03cdd color hex is 0.00, 0.73, 0.01, 0.12. Web safe color of #e03cdd is #cc33cc. Color #e03cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111100 11011101
Octal 340 74 335
Decimal 224 60 221
Hex E0 3C DD

RGB Percentages of Color #e03cdd

%44.36
%11.88
%43.76

CMYK Percentages of Color #e03cdd

%0
%73
%1
%12

Triadic Colors of #e03cdd

#e03cdd #dde03c #3cdde0

Analogous Colors of #e03cdd

#e03cdd #e03c8b #913ce0

Monochromatic Colors of #e03cdd

#e03cdd

Complementary Color

#e03cdd #3ce03f

#e03cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03cdd Color CSS Codes

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

#e03cdd Text Font Color

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

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


#e03cdd Background Color

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

This div background color is #e03cdd


#e03cdd Border Color

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

This div border color is #e03cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03cdd


Comments

No comments written yet.

Please login to write comment.