Color Hex Logo

#e03ddd Color Hex

#E03DDD
(224,61,221)
0 Favorites   0 Comments

Color spaces of #e03ddd

RGB 22461221
HSL0.840.720.56
HSV301°73°88°
CMYK 0.000.730.01   0.12
XYZ45.460424.405270.7213
Yxy24.40520.32340.1736
Hunter Lab49.401677.8066-50.2960
CIE-Lab56.491278.5602-48.2200

#e03ddd color RGB value is (224,61,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111101 11011101
Octal 340 75 335
Decimal 224 61 221
Hex E0 3D DD

RGB Percentages of Color #e03ddd

%44.27
%12.06
%43.68

CMYK Percentages of Color #e03ddd

%0
%73
%1
%12

Triadic Colors of #e03ddd

#e03ddd #dde03d #3ddde0

Analogous Colors of #e03ddd

#e03ddd #e03d8c #923de0

Monochromatic Colors of #e03ddd

#e03ddd

Complementary Color

#e03ddd #3de040

#e03ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03ddd Color CSS Codes

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

#e03ddd Text Font Color

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

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


#e03ddd Background Color

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

This div background color is #e03ddd


#e03ddd Border Color

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

This div border color is #e03ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03ddd


Comments

No comments written yet.

Please login to write comment.