Color Hex Logo

#e187cd Color Hex

#E187CD
(225,135,205)
0 Favorites   0 Comments

Color spaces of #e187cd

RGB 225135205
HSL0.870.600.71
HSV313°40°88°
CMYK 0.000.400.09   0.12
XYZ50.734837.743362.3688
Yxy37.74330.33630.2502
Hunter Lab61.435639.8968-17.1857
CIE-Lab67.831044.2544-21.5623

#e187cd color RGB value is (225,135,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000111 11001101
Octal 341 207 315
Decimal 225 135 205
Hex E1 87 CD

RGB Percentages of Color #e187cd

%39.82
%23.89
%36.28

CMYK Percentages of Color #e187cd

%0
%40
%9
%12

Triadic Colors of #e187cd

#e187cd #cde187 #87cde1

Analogous Colors of #e187cd

#e187cd #e187a0 #c887e1

Monochromatic Colors of #e187cd

#e187cd

Complementary Color

#e187cd #87e19b

#e187cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e187cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e187cd Color CSS Codes

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

#e187cd Text Font Color

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

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


#e187cd Background Color

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

This div background color is #e187cd


#e187cd Border Color

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

This div border color is #e187cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e187cd


Comments

No comments written yet.

Please login to write comment.