Color Hex Logo

#b851bd Color Hex

#B851BD
(184,81,189)
0 Favorites   0 Comments

Color spaces of #b851bd

RGB 18481189
HSL0.830.450.53
HSV297°57°74°
CMYK 0.030.570.00   0.26
XYZ31.894919.749350.2751
Yxy19.74930.31290.1938
Hunter Lab44.440250.3398-35.9665
CIE-Lab51.552656.2794-38.1128

#b851bd color RGB value is (184,81,189).

#b851bd hex color red value is 184, green value is 81 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b851bd hue: 0.83 , saturation: 0.45 and the lightness value of b851bd is 0.53.

The process color (four color CMYK) of #b851bd color hex is 0.03, 0.57, 0.00, 0.26. Web safe color of #b851bd is #cc66cc. Color #b851bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010001 10111101
Octal 270 121 275
Decimal 184 81 189
Hex B8 51 BD

RGB Percentages of Color #b851bd

%40.53
%17.84
%41.63

CMYK Percentages of Color #b851bd

%3
%57
%0
%26

Triadic Colors of #b851bd

#b851bd #bdb851 #51bdb8

Analogous Colors of #b851bd

#b851bd #bd518c #8251bd

Monochromatic Colors of #b851bd

#b851bd

Complementary Color

#b851bd #56bd51

#b851bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b851bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b851bd Color CSS Codes

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

#b851bd Text Font Color

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

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


#b851bd Background Color

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

This div background color is #b851bd


#b851bd Border Color

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

This div border color is #b851bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b851bd


Comments

No comments written yet.

Please login to write comment.