Color Hex Logo

#b951db Color Hex

#B951DB
(185,81,219)
0 Favorites   0 Comments

Color spaces of #b951db

RGB 18581219
HSL0.790.660.59
HSV285°63°86°
CMYK 0.160.630.00   0.14
XYZ35.736221.313669.2483
Yxy21.31360.28300.1688
Hunter Lab46.166757.3798-56.6162
CIE-Lab53.291062.2095-52.5266

#b951db color RGB value is (185,81,219).

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

The process color (four color CMYK) of #b951db color hex is 0.16, 0.63, 0.00, 0.14. Web safe color of #b951db is #cc66cc. Color #b951db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010001 11011011
Octal 271 121 333
Decimal 185 81 219
Hex B9 51 DB

RGB Percentages of Color #b951db

%38.14
%16.70
%45.15

CMYK Percentages of Color #b951db

%16
%63
%0
%14

Triadic Colors of #b951db

#b951db #dbb951 #51dbb9

Analogous Colors of #b951db

#b951db #db51b8 #7451db

Monochromatic Colors of #b951db

#b951db

Complementary Color

#b951db #73db51

#b951db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b951db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b951db Color CSS Codes

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

#b951db Text Font Color

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

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


#b951db Background Color

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

This div background color is #b951db


#b951db Border Color

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

This div border color is #b951db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b951db


Comments

No comments written yet.

Please login to write comment.