Color Hex Logo

#e292af Color Hex

#E292AF
(226,146,175)
0 Favorites   0 Comments

Color spaces of #e292af

RGB 226146175
HSL0.940.580.73
HSV338°35°89°
CMYK 0.000.350.23   0.11
XYZ49.380839.821745.6411
Yxy39.82170.36620.2953
Hunter Lab63.104429.24791.2908
CIE-Lab69.342334.0993-2.5374

#e292af color RGB value is (226,146,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010010 10101111
Octal 342 222 257
Decimal 226 146 175
Hex E2 92 AF

RGB Percentages of Color #e292af

%41.32
%26.69
%31.99

CMYK Percentages of Color #e292af

%0
%35
%23
%11

Triadic Colors of #e292af

#e292af #afe292 #92afe2

Analogous Colors of #e292af

#e292af #e29d92 #e292d7

Monochromatic Colors of #e292af

#e292af

Complementary Color

#e292af #92e2c5

#e292af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e292af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e292af Color CSS Codes

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

#e292af Text Font Color

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

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


#e292af Background Color

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

This div background color is #e292af


#e292af Border Color

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

This div border color is #e292af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e292af


Comments

No comments written yet.

Please login to write comment.