Color Hex Logo

#b956ce Color Hex

#B956CE
(185,86,206)
0 Favorites   0 Comments

Color spaces of #b956ce

RGB 18586206
HSL0.800.550.57
HSV290°58°81°
CMYK 0.100.580.00   0.19
XYZ34.476021.426160.7111
Yxy21.42610.29560.1837
Hunter Lab46.288351.9439-45.3621
CIE-Lab53.412757.3921-44.9366

#b956ce color RGB value is (185,86,206).

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

The process color (four color CMYK) of #b956ce color hex is 0.10, 0.58, 0.00, 0.19. Web safe color of #b956ce is #cc66cc. Color #b956ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010110 11001110
Octal 271 126 316
Decimal 185 86 206
Hex B9 56 CE

RGB Percentages of Color #b956ce

%38.78
%18.03
%43.19

CMYK Percentages of Color #b956ce

%10
%58
%0
%19

Triadic Colors of #b956ce

#b956ce #ceb956 #56ceb9

Analogous Colors of #b956ce

#b956ce #ce56a7 #7d56ce

Monochromatic Colors of #b956ce

#b956ce

Complementary Color

#b956ce #6bce56

#b956ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b956ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b956ce Color CSS Codes

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

#b956ce Text Font Color

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

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


#b956ce Background Color

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

This div background color is #b956ce


#b956ce Border Color

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

This div border color is #b956ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b956ce


Comments

No comments written yet.

Please login to write comment.