Color Hex Logo

#e992ad Color Hex

#E992AD
(233,146,173)
0 Favorites   0 Comments

Color spaces of #e992ad

RGB 233146173
HSL0.950.660.74
HSV341°37°91°
CMYK 0.000.370.26   0.09
XYZ51.426040.898544.7189
Yxy40.89850.37530.2984
Hunter Lab63.951931.62223.3073
CIE-Lab70.104836.2874-0.2079

#e992ad color RGB value is (233,146,173).

#e992ad hex color red value is 233, green value is 146 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e992ad hue: 0.95 , saturation: 0.66 and the lightness value of e992ad is 0.74.

The process color (four color CMYK) of #e992ad color hex is 0.00, 0.37, 0.26, 0.09. Web safe color of #e992ad is #ff9999. Color #e992ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010010 10101101
Octal 351 222 255
Decimal 233 146 173
Hex E9 92 AD

RGB Percentages of Color #e992ad

%42.21
%26.45
%31.34

CMYK Percentages of Color #e992ad

%0
%37
%26
%9

Triadic Colors of #e992ad

#e992ad #ade992 #92ade9

Analogous Colors of #e992ad

#e992ad #e9a392 #e992d9

Monochromatic Colors of #e992ad

#e992ad

Complementary Color

#e992ad #92e9ce

#e992ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e992ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e992ad Color CSS Codes

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

#e992ad Text Font Color

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

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


#e992ad Background Color

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

This div background color is #e992ad


#e992ad Border Color

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

This div border color is #e992ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e992ad


Comments

No comments written yet.

Please login to write comment.