Color Hex Logo

#b951df Color Hex

#B951DF
(185,81,223)
0 Favorites   0 Comments

Color spaces of #b951df

RGB 18581223
HSL0.790.690.60
HSV284°64°87°
CMYK 0.170.640.00   0.13
XYZ36.269321.526972.0555
Yxy21.52690.27930.1658
Hunter Lab46.397158.3412-59.6005
CIE-Lab53.521463.0021-54.4228

#b951df color RGB value is (185,81,223).

#b951df hex color red value is 185, green value is 81 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b951df hue: 0.79 , saturation: 0.69 and the lightness value of b951df is 0.60.

The process color (four color CMYK) of #b951df color hex is 0.17, 0.64, 0.00, 0.13. Web safe color of #b951df is #cc66cc. Color #b951df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010001 11011111
Octal 271 121 337
Decimal 185 81 223
Hex B9 51 DF

RGB Percentages of Color #b951df

%37.83
%16.56
%45.60

CMYK Percentages of Color #b951df

%17
%64
%0
%13

Triadic Colors of #b951df

#b951df #dfb951 #51dfb9

Analogous Colors of #b951df

#b951df #df51be #7251df

Monochromatic Colors of #b951df

#b951df

Complementary Color

#b951df #77df51

#b951df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b951df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b951df Color CSS Codes

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

#b951df Text Font Color

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

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


#b951df Background Color

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

This div background color is #b951df


#b951df Border Color

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

This div border color is #b951df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b951df


Comments

No comments written yet.

Please login to write comment.