Color Hex Logo

#e189cd Color Hex

#E189CD
(225,137,205)
0 Favorites   0 Comments

Color spaces of #e189cd

RGB 225137205
HSL0.870.590.71
HSV314°39°88°
CMYK 0.000.390.09   0.12
XYZ51.016438.306762.4627
Yxy38.30670.33610.2524
Hunter Lab61.892438.8215-16.5116
CIE-Lab68.246143.2144-20.9300

#e189cd color RGB value is (225,137,205).

#e189cd hex color red value is 225, green value is 137 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e189cd hue: 0.87 , saturation: 0.59 and the lightness value of e189cd is 0.71.

The process color (four color CMYK) of #e189cd color hex is 0.00, 0.39, 0.09, 0.12. Web safe color of #e189cd is #cc99cc. Color #e189cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001001 11001101
Octal 341 211 315
Decimal 225 137 205
Hex E1 89 CD

RGB Percentages of Color #e189cd

%39.68
%24.16
%36.16

CMYK Percentages of Color #e189cd

%0
%39
%9
%12

Triadic Colors of #e189cd

#e189cd #cde189 #89cde1

Analogous Colors of #e189cd

#e189cd #e189a1 #c989e1

Monochromatic Colors of #e189cd

#e189cd

Complementary Color

#e189cd #89e19d

#e189cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e189cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e189cd Color CSS Codes

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

#e189cd Text Font Color

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

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


#e189cd Background Color

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

This div background color is #e189cd


#e189cd Border Color

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

This div border color is #e189cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e189cd


Comments

No comments written yet.

Please login to write comment.