Color Hex Logo

#e87dbd Color Hex

#E87DBD
(232,125,189)
0 Favorites   0 Comments

Color spaces of #e87dbd

RGB 232125189
HSL0.900.700.70
HSV324°46°91°
CMYK 0.000.460.19   0.09
XYZ49.797635.497252.3711
Yxy35.49720.36170.2579
Hunter Lab59.579544.9292-10.4109
CIE-Lab66.133949.0563-15.0915

#e87dbd color RGB value is (232,125,189).

#e87dbd hex color red value is 232, green value is 125 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e87dbd hue: 0.90 , saturation: 0.70 and the lightness value of e87dbd is 0.70.

The process color (four color CMYK) of #e87dbd color hex is 0.00, 0.46, 0.19, 0.09. Web safe color of #e87dbd is #ff66cc. Color #e87dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111101 10111101
Octal 350 175 275
Decimal 232 125 189
Hex E8 7D BD

RGB Percentages of Color #e87dbd

%42.49
%22.89
%34.62

CMYK Percentages of Color #e87dbd

%0
%46
%19
%9

Triadic Colors of #e87dbd

#e87dbd #bde87d #7dbde8

Analogous Colors of #e87dbd

#e87dbd #e87d88 #de7de8

Monochromatic Colors of #e87dbd

#e87dbd

Complementary Color

#e87dbd #7de8a8

#e87dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87dbd Color CSS Codes

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

#e87dbd Text Font Color

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

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


#e87dbd Background Color

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

This div background color is #e87dbd


#e87dbd Border Color

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

This div border color is #e87dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,125,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87dbd


Comments

No comments written yet.

Please login to write comment.