Color Hex Logo

#e898cd Color Hex

#E898CD
(232,152,205)
0 Favorites   0 Comments

Color spaces of #e898cd

RGB 232152205
HSL0.890.630.75
HSV320°34°91°
CMYK 0.000.340.12   0.09
XYZ55.526444.020163.3278
Yxy44.02010.34090.2703
Hunter Lab66.347633.2784-10.1480
CIE-Lab72.241937.6283-14.8043

#e898cd color RGB value is (232,152,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011000 11001101
Octal 350 230 315
Decimal 232 152 205
Hex E8 98 CD

RGB Percentages of Color #e898cd

%39.39
%25.81
%34.80

CMYK Percentages of Color #e898cd

%0
%34
%12
%9

Triadic Colors of #e898cd

#e898cd #cde898 #98cde8

Analogous Colors of #e898cd

#e898cd #e898a5 #db98e8

Monochromatic Colors of #e898cd

#e898cd

Complementary Color

#e898cd #98e8b3

#e898cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e898cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e898cd Color CSS Codes

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

#e898cd Text Font Color

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

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


#e898cd Background Color

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

This div background color is #e898cd


#e898cd Border Color

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

This div border color is #e898cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e898cd


Comments

No comments written yet.

Please login to write comment.