Color Hex Logo

#e857bd Color Hex

#E857BD
(232,87,189)
0 Favorites   0 Comments

Color spaces of #e857bd

RGB 23287189
HSL0.880.760.63
HSV318°63°91°
CMYK 0.000.630.19   0.09
XYZ45.872227.646351.0627
Yxy27.64630.36820.2219
Hunter Lab52.579763.7144-20.7735
CIE-Lab59.567866.4761-25.0964

#e857bd color RGB value is (232,87,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010111 10111101
Octal 350 127 275
Decimal 232 87 189
Hex E8 57 BD

RGB Percentages of Color #e857bd

%45.67
%17.13
%37.20

CMYK Percentages of Color #e857bd

%0
%63
%19
%9

Triadic Colors of #e857bd

#e857bd #bde857 #57bde8

Analogous Colors of #e857bd

#e857bd #e85775 #cb57e8

Monochromatic Colors of #e857bd

#e857bd

Complementary Color

#e857bd #57e882

#e857bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e857bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e857bd Color CSS Codes

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

#e857bd Text Font Color

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

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


#e857bd Background Color

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

This div background color is #e857bd


#e857bd Border Color

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

This div border color is #e857bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e857bd


Comments

No comments written yet.

Please login to write comment.