Color Hex Logo

#b956cb Color Hex

#B956CB
(185,86,203)
0 Favorites   0 Comments

Color spaces of #b956cb

RGB 18586203
HSL0.810.530.57
HSV291°58°80°
CMYK 0.090.580.00   0.20
XYZ34.114921.281758.8096
Yxy21.28170.29870.1863
Hunter Lab46.132151.2704-43.2910
CIE-Lab53.256456.8164-43.4692

#b956cb color RGB value is (185,86,203).

#b956cb hex color red value is 185, green value is 86 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b956cb hue: 0.81 , saturation: 0.53 and the lightness value of b956cb is 0.57.

The process color (four color CMYK) of #b956cb color hex is 0.09, 0.58, 0.00, 0.20. Web safe color of #b956cb is #cc66cc. Color #b956cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010110 11001011
Octal 271 126 313
Decimal 185 86 203
Hex B9 56 CB

RGB Percentages of Color #b956cb

%39.03
%18.14
%42.83

CMYK Percentages of Color #b956cb

%9
%58
%0
%20

Triadic Colors of #b956cb

#b956cb #cbb956 #56cbb9

Analogous Colors of #b956cb

#b956cb #cb56a3 #7f56cb

Monochromatic Colors of #b956cb

#b956cb

Complementary Color

#b956cb #68cb56

#b956cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b956cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b956cb Color CSS Codes

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

#b956cb Text Font Color

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

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


#b956cb Background Color

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

This div background color is #b956cb


#b956cb Border Color

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

This div border color is #b956cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b956cb


Comments

No comments written yet.

Please login to write comment.