Color Hex Logo

#e92aae Color Hex

#E92AAE
(233,42,174)
0 Favorites   0 Comments

Color spaces of #e92aae

RGB 23342174
HSL0.880.810.54
HSV319°82°91°
CMYK 0.000.820.25   0.09
XYZ42.072222.035642.0802
Yxy22.03560.39620.2075
Hunter Lab46.942177.8333-20.2897
CIE-Lab54.064879.0529-24.8796

#e92aae color RGB value is (233,42,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00101010 10101110
Octal 351 52 256
Decimal 233 42 174
Hex E9 2A AE

RGB Percentages of Color #e92aae

%51.89
%9.35
%38.75

CMYK Percentages of Color #e92aae

%0
%82
%25
%9

Triadic Colors of #e92aae

#e92aae #aee92a #2aaee9

Analogous Colors of #e92aae

#e92aae #e92a4f #c52ae9

Monochromatic Colors of #e92aae

#e92aae

Complementary Color

#e92aae #2ae965

#e92aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e92aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e92aae Color CSS Codes

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

#e92aae Text Font Color

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

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


#e92aae Background Color

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

This div background color is #e92aae


#e92aae Border Color

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

This div border color is #e92aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e92aae


Comments

No comments written yet.

Please login to write comment.