Color Hex Logo

#e03edd Color Hex

#E03EDD
(224,62,221)
0 Favorites   0 Comments

Color spaces of #e03edd

RGB 22462221
HSL0.840.720.56
HSV301°72°88°
CMYK 0.000.720.01   0.12
XYZ45.514224.513070.7392
Yxy24.51300.32330.1741
Hunter Lab49.510677.4482-50.0543
CIE-Lab56.597878.2550-48.0508

#e03edd color RGB value is (224,62,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111110 11011101
Octal 340 76 335
Decimal 224 62 221
Hex E0 3E DD

RGB Percentages of Color #e03edd

%44.18
%12.23
%43.59

CMYK Percentages of Color #e03edd

%0
%72
%1
%12

Triadic Colors of #e03edd

#e03edd #dde03e #3edde0

Analogous Colors of #e03edd

#e03edd #e03e8c #923ee0

Monochromatic Colors of #e03edd

#e03edd

Complementary Color

#e03edd #3ee041

#e03edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03edd Color CSS Codes

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

#e03edd Text Font Color

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

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


#e03edd Background Color

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

This div background color is #e03edd


#e03edd Border Color

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

This div border color is #e03edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03edd


Comments

No comments written yet.

Please login to write comment.