Color Hex Logo

#e851bd Color Hex

#E851BD
(232,81,189)
0 Favorites   0 Comments

Color spaces of #e851bd

RGB 23281189
HSL0.880.770.61
HSV317°65°91°
CMYK 0.000.650.19   0.09
XYZ45.406426.714850.9074
Yxy26.71480.36910.2171
Hunter Lab51.686466.3609-22.2160
CIE-Lab58.709468.8442-26.4188

#e851bd color RGB value is (232,81,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010001 10111101
Octal 350 121 275
Decimal 232 81 189
Hex E8 51 BD

RGB Percentages of Color #e851bd

%46.22
%16.14
%37.65

CMYK Percentages of Color #e851bd

%0
%65
%19
%9

Triadic Colors of #e851bd

#e851bd #bde851 #51bde8

Analogous Colors of #e851bd

#e851bd #e85172 #c851e8

Monochromatic Colors of #e851bd

#e851bd

Complementary Color

#e851bd #51e87c

#e851bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e851bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e851bd Color CSS Codes

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

#e851bd Text Font Color

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

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


#e851bd Background Color

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

This div background color is #e851bd


#e851bd Border Color

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

This div border color is #e851bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e851bd


Comments

No comments written yet.

Please login to write comment.