Color Hex Logo

#e85dbd Color Hex

#E85DBD
(232,93,189)
0 Favorites   0 Comments

Color spaces of #e85dbd

RGB 23293189
HSL0.880.750.64
HSV319°60°91°
CMYK 0.000.600.19   0.09
XYZ46.378428.658651.2314
Yxy28.65860.36730.2270
Hunter Lab53.533760.9576-19.2665
CIE-Lab60.479163.9854-23.6961

#e85dbd color RGB value is (232,93,189).

#e85dbd hex color red value is 232, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e85dbd hue: 0.88 , saturation: 0.75 and the lightness value of e85dbd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011101 10111101
Octal 350 135 275
Decimal 232 93 189
Hex E8 5D BD

RGB Percentages of Color #e85dbd

%45.14
%18.09
%36.77

CMYK Percentages of Color #e85dbd

%0
%60
%19
%9

Triadic Colors of #e85dbd

#e85dbd #bde85d #5dbde8

Analogous Colors of #e85dbd

#e85dbd #e85d78 #ce5de8

Monochromatic Colors of #e85dbd

#e85dbd

Complementary Color

#e85dbd #5de888

#e85dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85dbd Color CSS Codes

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

#e85dbd Text Font Color

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

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


#e85dbd Background Color

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

This div background color is #e85dbd


#e85dbd Border Color

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

This div border color is #e85dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85dbd


Comments

No comments written yet.

Please login to write comment.