Color Hex Logo

#b956de Color Hex

#B956DE
(185,86,222)
0 Favorites   0 Comments

Color spaces of #b956de

RGB 18586222
HSL0.790.670.60
HSV284°61°87°
CMYK 0.170.610.00   0.13
XYZ36.520222.243871.4759
Yxy22.24380.28040.1708
Hunter Lab47.163355.6829-56.8395
CIE-Lab54.284760.5462-52.6381

#b956de color RGB value is (185,86,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010110 11011110
Octal 271 126 336
Decimal 185 86 222
Hex B9 56 DE

RGB Percentages of Color #b956de

%37.53
%17.44
%45.03

CMYK Percentages of Color #b956de

%17
%61
%0
%13

Triadic Colors of #b956de

#b956de #deb956 #56deb9

Analogous Colors of #b956de

#b956de #de56bf #7556de

Monochromatic Colors of #b956de

#b956de

Complementary Color

#b956de #7bde56

#b956de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b956de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b956de Color CSS Codes

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

#b956de Text Font Color

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

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


#b956de Background Color

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

This div background color is #b956de


#b956de Border Color

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

This div border color is #b956de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b956de


Comments

No comments written yet.

Please login to write comment.