Color Hex Logo

#e859bd Color Hex

#E859BD
(232,89,189)
0 Favorites   0 Comments

Color spaces of #e859bd

RGB 23289189
HSL0.880.760.63
HSV318°62°91°
CMYK 0.000.620.19   0.09
XYZ46.036427.974751.1174
Yxy27.97470.36790.2236
Hunter Lab52.891162.8069-20.2779
CIE-Lab59.865965.6588-24.6380

#e859bd color RGB value is (232,89,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011001 10111101
Octal 350 131 275
Decimal 232 89 189
Hex E8 59 BD

RGB Percentages of Color #e859bd

%45.49
%17.45
%37.06

CMYK Percentages of Color #e859bd

%0
%62
%19
%9

Triadic Colors of #e859bd

#e859bd #bde859 #59bde8

Analogous Colors of #e859bd

#e859bd #e85976 #cc59e8

Monochromatic Colors of #e859bd

#e859bd

Complementary Color

#e859bd #59e884

#e859bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e859bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e859bd Color CSS Codes

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

#e859bd Text Font Color

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

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


#e859bd Background Color

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

This div background color is #e859bd


#e859bd Border Color

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

This div border color is #e859bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e859bd


Comments

No comments written yet.

Please login to write comment.