Color Hex Logo

#e03dd1 Color Hex

#E03DD1
(224,61,209)
0 Favorites   0 Comments

Color spaces of #e03dd1

RGB 22461209
HSL0.850.720.56
HSV306°73°88°
CMYK 0.000.730.07   0.12
XYZ43.917823.788262.5985
Yxy23.78820.33700.1826
Hunter Lab48.773175.3774-41.9553
CIE-Lab55.875176.7421-42.3796

#e03dd1 color RGB value is (224,61,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111101 11010001
Octal 340 75 321
Decimal 224 61 209
Hex E0 3D D1

RGB Percentages of Color #e03dd1

%45.34
%12.35
%42.31

CMYK Percentages of Color #e03dd1

%0
%73
%7
%12

Triadic Colors of #e03dd1

#e03dd1 #d1e03d #3dd1e0

Analogous Colors of #e03dd1

#e03dd1 #e03d80 #9e3de0

Monochromatic Colors of #e03dd1

#e03dd1

Complementary Color

#e03dd1 #3de04c

#e03dd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03dd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03dd1 Color CSS Codes

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

#e03dd1 Text Font Color

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

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


#e03dd1 Background Color

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

This div background color is #e03dd1


#e03dd1 Border Color

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

This div border color is #e03dd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03dd1


Comments

No comments written yet.

Please login to write comment.