Color Hex Logo

#e651bd Color Hex

#E651BD
(230,81,189)
0 Favorites   0 Comments

Color spaces of #e651bd

RGB 23081189
HSL0.880.750.61
HSV317°65°90°
CMYK 0.000.650.18   0.10
XYZ44.760926.382050.8772
Yxy26.38200.36680.2162
Hunter Lab51.363465.6687-22.7744
CIE-Lab58.397968.3259-26.9252

#e651bd color RGB value is (230,81,189).

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

The process color (four color CMYK) of #e651bd color hex is 0.00, 0.65, 0.18, 0.10. Web safe color of #e651bd is #ff66cc. Color #e651bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010001 10111101
Octal 346 121 275
Decimal 230 81 189
Hex E6 51 BD

RGB Percentages of Color #e651bd

%46.00
%16.20
%37.80

CMYK Percentages of Color #e651bd

%0
%65
%18
%10

Triadic Colors of #e651bd

#e651bd #bde651 #51bde6

Analogous Colors of #e651bd

#e651bd #e65173 #c551e6

Monochromatic Colors of #e651bd

#e651bd

Complementary Color

#e651bd #51e67a

#e651bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e651bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e651bd Color CSS Codes

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

#e651bd Text Font Color

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

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


#e651bd Background Color

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

This div background color is #e651bd


#e651bd Border Color

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

This div border color is #e651bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e651bd


Comments

No comments written yet.

Please login to write comment.