Color Hex Logo

#e891ca Color Hex

#E891CA
(232,145,202)
0 Favorites   0 Comments

Color spaces of #e891ca

RGB 232145202
HSL0.890.650.74
HSV321°38°91°
CMYK 0.000.380.13   0.09
XYZ54.064841.670961.0709
Yxy41.67090.34480.2657
Hunter Lab64.553036.5306-10.9047
CIE-Lab70.643440.8183-15.5530

#e891ca color RGB value is (232,145,202).

#e891ca hex color red value is 232, green value is 145 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e891ca hue: 0.89 , saturation: 0.65 and the lightness value of e891ca is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010001 11001010
Octal 350 221 312
Decimal 232 145 202
Hex E8 91 CA

RGB Percentages of Color #e891ca

%40.07
%25.04
%34.89

CMYK Percentages of Color #e891ca

%0
%38
%13
%9

Triadic Colors of #e891ca

#e891ca #cae891 #91cae8

Analogous Colors of #e891ca

#e891ca #e8919f #db91e8

Monochromatic Colors of #e891ca

#e891ca

Complementary Color

#e891ca #91e8af

#e891ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e891ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e891ca Color CSS Codes

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

#e891ca Text Font Color

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

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


#e891ca Background Color

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

This div background color is #e891ca


#e891ca Border Color

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

This div border color is #e891ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e891ca


Comments

No comments written yet.

Please login to write comment.