Color Hex Logo

#e492af Color Hex

#E492AF
(228,146,175)
0 Favorites   0 Comments

Color spaces of #e492af

RGB 228146175
HSL0.940.600.73
HSV339°36°89°
CMYK 0.000.360.23   0.11
XYZ50.011740.146945.6707
Yxy40.14690.36820.2956
Hunter Lab63.361630.00841.6172
CIE-Lab69.574034.8052-2.1703

#e492af color RGB value is (228,146,175).

#e492af hex color red value is 228, green value is 146 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e492af hue: 0.94 , saturation: 0.60 and the lightness value of e492af is 0.73.

The process color (four color CMYK) of #e492af color hex is 0.00, 0.36, 0.23, 0.11. Web safe color of #e492af is #cc9999. Color #e492af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010010 10101111
Octal 344 222 257
Decimal 228 146 175
Hex E4 92 AF

RGB Percentages of Color #e492af

%41.53
%26.59
%31.88

CMYK Percentages of Color #e492af

%0
%36
%23
%11

Triadic Colors of #e492af

#e492af #afe492 #92afe4

Analogous Colors of #e492af

#e492af #e49e92 #e492d8

Monochromatic Colors of #e492af

#e492af

Complementary Color

#e492af #92e4c7

#e492af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e492af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e492af Color CSS Codes

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

#e492af Text Font Color

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

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


#e492af Background Color

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

This div background color is #e492af


#e492af Border Color

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

This div border color is #e492af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,146,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e492af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e492af;
  -webkit-box-shadow: 1px 1px 3px 2px #e492af;
  box-shadow:         1px 1px 3px 2px #e492af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,146,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e492af


Comments

No comments written yet.

Please login to write comment.