Color Hex Logo

#e187dc Color Hex

#E187DC
(225,135,220)
0 Favorites   0 Comments

Color spaces of #e187dc

RGB 225135220
HSL0.840.600.71
HSV303°40°88°
CMYK 0.000.400.02   0.12
XYZ52.633638.502872.3678
Yxy38.50280.32190.2355
Hunter Lab62.050642.8216-25.7127
CIE-Lab68.389646.8449-29.0395

#e187dc color RGB value is (225,135,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000111 11011100
Octal 341 207 334
Decimal 225 135 220
Hex E1 87 DC

RGB Percentages of Color #e187dc

%38.79
%23.28
%37.93

CMYK Percentages of Color #e187dc

%0
%40
%2
%12

Triadic Colors of #e187dc

#e187dc #dce187 #87dce1

Analogous Colors of #e187dc

#e187dc #e187af #b987e1

Monochromatic Colors of #e187dc

#e187dc

Complementary Color

#e187dc #87e18c

#e187dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e187dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e187dc Color CSS Codes

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

#e187dc Text Font Color

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

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


#e187dc Background Color

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

This div background color is #e187dc


#e187dc Border Color

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

This div border color is #e187dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,135,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e187dc


Comments

No comments written yet.

Please login to write comment.