Color Hex Logo

#e991ce Color Hex

#E991CE
(233,145,206)
0 Favorites   0 Comments

Color spaces of #e991ce

RGB 233145206
HSL0.880.670.74
HSV318°38°91°
CMYK 0.000.380.12   0.09
XYZ54.870342.030763.6133
Yxy42.03070.34180.2619
Hunter Lab64.831137.6205-12.7945
CIE-Lab70.892141.7938-17.3821

#e991ce color RGB value is (233,145,206).

#e991ce hex color red value is 233, green value is 145 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e991ce hue: 0.88 , saturation: 0.67 and the lightness value of e991ce is 0.74.

The process color (four color CMYK) of #e991ce color hex is 0.00, 0.38, 0.12, 0.09. Web safe color of #e991ce is #ff99cc. Color #e991ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010001 11001110
Octal 351 221 316
Decimal 233 145 206
Hex E9 91 CE

RGB Percentages of Color #e991ce

%39.90
%24.83
%35.27

CMYK Percentages of Color #e991ce

%0
%38
%12
%9

Triadic Colors of #e991ce

#e991ce #cee991 #91cee9

Analogous Colors of #e991ce

#e991ce #e991a2 #d891e9

Monochromatic Colors of #e991ce

#e991ce

Complementary Color

#e991ce #91e9ac

#e991ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e991ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e991ce Color CSS Codes

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

#e991ce Text Font Color

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

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


#e991ce Background Color

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

This div background color is #e991ce


#e991ce Border Color

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

This div border color is #e991ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e991ce


Comments

No comments written yet.

Please login to write comment.