Color Hex Logo

#e03dae Color Hex

#E03DAE
(224,61,174)
0 Favorites   0 Comments

Color spaces of #e03dae

RGB 22461174
HSL0.880.720.56
HSV318°73°88°
CMYK 0.000.730.22   0.12
XYZ40.049222.240842.2265
Yxy22.24080.38320.2128
Hunter Lab47.160269.0550-20.0753
CIE-Lab54.281671.9102-24.6744

#e03dae color RGB value is (224,61,174).

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

The process color (four color CMYK) of #e03dae color hex is 0.00, 0.73, 0.22, 0.12. Web safe color of #e03dae is #cc3399. Color #e03dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111101 10101110
Octal 340 75 256
Decimal 224 61 174
Hex E0 3D AE

RGB Percentages of Color #e03dae

%48.80
%13.29
%37.91

CMYK Percentages of Color #e03dae

%0
%73
%22
%12

Triadic Colors of #e03dae

#e03dae #aee03d #3daee0

Analogous Colors of #e03dae

#e03dae #e03d5d #c13de0

Monochromatic Colors of #e03dae

#e03dae

Complementary Color

#e03dae #3de06f

#e03dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03dae Color CSS Codes

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

#e03dae Text Font Color

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

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


#e03dae Background Color

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

This div background color is #e03dae


#e03dae Border Color

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

This div border color is #e03dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03dae


Comments

No comments written yet.

Please login to write comment.