Color Hex Logo

#e899cd Color Hex

#E899CD
(232,153,205)
0 Favorites   0 Comments

Color spaces of #e899cd

RGB 232153205
HSL0.890.630.75
HSV321°34°91°
CMYK 0.000.340.12   0.09
XYZ55.689444.346063.3821
Yxy44.34600.34080.2714
Hunter Lab66.592832.7364-9.8164
CIE-Lab72.459237.1006-14.4774

#e899cd color RGB value is (232,153,205).

#e899cd hex color red value is 232, green value is 153 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e899cd hue: 0.89 , saturation: 0.63 and the lightness value of e899cd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011001 11001101
Octal 350 231 315
Decimal 232 153 205
Hex E8 99 CD

RGB Percentages of Color #e899cd

%39.32
%25.93
%34.75

CMYK Percentages of Color #e899cd

%0
%34
%12
%9

Triadic Colors of #e899cd

#e899cd #cde899 #99cde8

Analogous Colors of #e899cd

#e899cd #e899a6 #dc99e8

Monochromatic Colors of #e899cd

#e899cd

Complementary Color

#e899cd #99e8b4

#e899cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e899cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e899cd Color CSS Codes

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

#e899cd Text Font Color

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

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


#e899cd Background Color

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

This div background color is #e899cd


#e899cd Border Color

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

This div border color is #e899cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e899cd


Comments

No comments written yet.

Please login to write comment.