Color Hex Logo

#e187bf Color Hex

#E187BF
(225,135,191)
0 Favorites   0 Comments

Color spaces of #e187bf

RGB 225135191
HSL0.900.600.71
HSV323°40°88°
CMYK 0.000.400.15   0.12
XYZ49.119337.097153.8618
Yxy37.09710.35070.2648
Hunter Lab60.907437.3650-9.7963
CIE-Lab67.349841.9770-14.4681

#e187bf color RGB value is (225,135,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000111 10111111
Octal 341 207 277
Decimal 225 135 191
Hex E1 87 BF

RGB Percentages of Color #e187bf

%40.83
%24.50
%34.66

CMYK Percentages of Color #e187bf

%0
%40
%15
%12

Triadic Colors of #e187bf

#e187bf #bfe187 #87bfe1

Analogous Colors of #e187bf

#e187bf #e18792 #d687e1

Monochromatic Colors of #e187bf

#e187bf

Complementary Color

#e187bf #87e1a9

#e187bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e187bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e187bf Color CSS Codes

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

#e187bf Text Font Color

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

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


#e187bf Background Color

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

This div background color is #e187bf


#e187bf Border Color

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

This div border color is #e187bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e187bf


Comments

No comments written yet.

Please login to write comment.