Color Hex Logo

#e989ca Color Hex

#E989CA
(233,137,202)
0 Favorites   0 Comments

Color spaces of #e989ca

RGB 233137202
HSL0.890.690.73
HSV319°41°91°
CMYK 0.000.410.13   0.09
XYZ53.210639.479260.6929
Yxy39.47920.34690.2574
Hunter Lab62.832541.2085-13.2883
CIE-Lab69.097045.2907-17.8783

#e989ca color RGB value is (233,137,202).

#e989ca hex color red value is 233, green value is 137 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e989ca hue: 0.89 , saturation: 0.69 and the lightness value of e989ca is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001001 11001010
Octal 351 211 312
Decimal 233 137 202
Hex E9 89 CA

RGB Percentages of Color #e989ca

%40.73
%23.95
%35.31

CMYK Percentages of Color #e989ca

%0
%41
%13
%9

Triadic Colors of #e989ca

#e989ca #cae989 #89cae9

Analogous Colors of #e989ca

#e989ca #e9899a #d889e9

Monochromatic Colors of #e989ca

#e989ca

Complementary Color

#e989ca #89e9a8

#e989ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e989ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e989ca Color CSS Codes

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

#e989ca Text Font Color

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

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


#e989ca Background Color

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

This div background color is #e989ca


#e989ca Border Color

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

This div border color is #e989ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e989ca


Comments

No comments written yet.

Please login to write comment.