Color Hex Logo

#b851bf Color Hex

#B851BF
(184,81,191)
0 Favorites   0 Comments

Color spaces of #b851bf

RGB 18481191
HSL0.820.460.53
HSV296°58°75°
CMYK 0.040.580.00   0.25
XYZ32.113619.836851.4265
Yxy19.83680.31060.1919
Hunter Lab44.538550.7614-37.2824
CIE-Lab51.652256.6423-39.1122

#b851bf color RGB value is (184,81,191).

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

The process color (four color CMYK) of #b851bf color hex is 0.04, 0.58, 0.00, 0.25. Web safe color of #b851bf is #cc66cc. Color #b851bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010001 10111111
Octal 270 121 277
Decimal 184 81 191
Hex B8 51 BF

RGB Percentages of Color #b851bf

%40.35
%17.76
%41.89

CMYK Percentages of Color #b851bf

%4
%58
%0
%25

Triadic Colors of #b851bf

#b851bf #bfb851 #51bfb8

Analogous Colors of #b851bf

#b851bf #bf518f #8151bf

Monochromatic Colors of #b851bf

#b851bf

Complementary Color

#b851bf #58bf51

#b851bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b851bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b851bf Color CSS Codes

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

#b851bf Text Font Color

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

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


#b851bf Background Color

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

This div background color is #b851bf


#b851bf Border Color

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

This div border color is #b851bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,81,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b851bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b851bf


Comments

No comments written yet.

Please login to write comment.