Color Hex Logo

#b951dc Color Hex

#B951DC
(185,81,220)
0 Favorites   0 Comments

Color spaces of #b951dc

RGB 18581220
HSL0.790.670.59
HSV285°63°86°
CMYK 0.160.630.00   0.14
XYZ35.868321.366569.9438
Yxy21.36650.28200.1680
Hunter Lab46.223957.6185-57.3580
CIE-Lab53.348362.4067-53.0018

#b951dc color RGB value is (185,81,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010001 11011100
Octal 271 121 334
Decimal 185 81 220
Hex B9 51 DC

RGB Percentages of Color #b951dc

%38.07
%16.67
%45.27

CMYK Percentages of Color #b951dc

%16
%63
%0
%14

Triadic Colors of #b951dc

#b951dc #dcb951 #51dcb9

Analogous Colors of #b951dc

#b951dc #dc51ba #7451dc

Monochromatic Colors of #b951dc

#b951dc

Complementary Color

#b951dc #74dc51

#b951dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b951dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b951dc Color CSS Codes

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

#b951dc Text Font Color

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

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


#b951dc Background Color

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

This div background color is #b951dc


#b951dc Border Color

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

This div border color is #b951dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b951dc


Comments

No comments written yet.

Please login to write comment.