Color Hex Logo

#e992be Color Hex

#E992BE
(233,146,190)
0 Favorites   0 Comments

Color spaces of #e992be

RGB 233146190
HSL0.920.660.74
HSV330°37°91°
CMYK 0.000.370.18   0.09
XYZ53.177441.599153.9419
Yxy41.59910.35760.2797
Hunter Lab64.497434.3010-4.4386
CIE-Lab70.593638.7538-8.9537

#e992be color RGB value is (233,146,190).

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

The process color (four color CMYK) of #e992be color hex is 0.00, 0.37, 0.18, 0.09. Web safe color of #e992be is #ff99cc. Color #e992be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010010 10111110
Octal 351 222 276
Decimal 233 146 190
Hex E9 92 BE

RGB Percentages of Color #e992be

%40.95
%25.66
%33.39

CMYK Percentages of Color #e992be

%0
%37
%18
%9

Triadic Colors of #e992be

#e992be #bee992 #92bee9

Analogous Colors of #e992be

#e992be #e99293 #e992e9

Monochromatic Colors of #e992be

#e992be

Complementary Color

#e992be #92e9bd

#e992be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e992be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e992be Color CSS Codes

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

#e992be Text Font Color

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

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


#e992be Background Color

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

This div background color is #e992be


#e992be Border Color

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

This div border color is #e992be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e992be


Comments

No comments written yet.

Please login to write comment.