Color Hex Logo

#e31dae Color Hex

#E31DAE
(227,29,174)
0 Favorites   0 Comments

Color spaces of #e31dae

RGB 22729174
HSL0.880.780.50
HSV316°87°89°
CMYK 0.000.870.23   0.11
XYZ39.757920.265641.8606
Yxy20.26560.39020.1989
Hunter Lab45.017378.8653-23.6203
CIE-Lab52.136280.2465-27.9508

#e31dae color RGB value is (227,29,174).

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

The process color (four color CMYK) of #e31dae color hex is 0.00, 0.87, 0.23, 0.11. Web safe color of #e31dae is #cc3399. Color #e31dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011101 10101110
Octal 343 35 256
Decimal 227 29 174
Hex E3 1D AE

RGB Percentages of Color #e31dae

%52.79
%6.74
%40.47

CMYK Percentages of Color #e31dae

%0
%87
%23
%11

Triadic Colors of #e31dae

#e31dae #aee31d #1daee3

Analogous Colors of #e31dae

#e31dae #e31d4b #b51de3

Monochromatic Colors of #e31dae

#e31dae

Complementary Color

#e31dae #1de352

#e31dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31dae Color CSS Codes

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

#e31dae Text Font Color

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

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


#e31dae Background Color

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

This div background color is #e31dae


#e31dae Border Color

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

This div border color is #e31dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31dae


Comments

No comments written yet.

Please login to write comment.