Color Hex Logo

#e91dae Color Hex

#E91DAE
(233,29,174)
0 Favorites   0 Comments

Color spaces of #e91dae

RGB 23329174
HSL0.880.820.51
HSV317°88°91°
CMYK 0.000.880.25   0.09
XYZ41.683621.258441.9507
Yxy21.25840.39740.2027
Hunter Lab46.106880.6887-21.6707
CIE-Lab53.231181.4692-26.1672

#e91dae color RGB value is (233,29,174).

#e91dae hex color red value is 233, green value is 29 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e91dae hue: 0.88 , saturation: 0.82 and the lightness value of e91dae is 0.51.

The process color (four color CMYK) of #e91dae color hex is 0.00, 0.88, 0.25, 0.09. Web safe color of #e91dae is #ff3399. Color #e91dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00011101 10101110
Octal 351 35 256
Decimal 233 29 174
Hex E9 1D AE

RGB Percentages of Color #e91dae

%53.44
%6.65
%39.91

CMYK Percentages of Color #e91dae

%0
%88
%25
%9

Triadic Colors of #e91dae

#e91dae #aee91d #1daee9

Analogous Colors of #e91dae

#e91dae #e91d48 #be1de9

Monochromatic Colors of #e91dae

#e91dae

Complementary Color

#e91dae #1de958

#e91dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e91dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e91dae Color CSS Codes

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

#e91dae Text Font Color

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

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


#e91dae Background Color

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

This div background color is #e91dae


#e91dae Border Color

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

This div border color is #e91dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e91dae


Comments

No comments written yet.

Please login to write comment.