Color Hex Logo

#b596cc Color Hex

#B596CC
(181,150,204)
0 Favorites   0 Comments

Color spaces of #b596cc

RGB 181150204
HSL0.760.350.69
HSV274°26°80°
CMYK 0.110.260.00   0.20
XYZ40.861535.996161.9210
Yxy35.99610.29440.2594
Hunter Lab59.996716.5752-19.1939
CIE-Lab66.516921.6888-23.4294

#b596cc color RGB value is (181,150,204).

#b596cc hex color red value is 181, green value is 150 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b596cc hue: 0.76 , saturation: 0.35 and the lightness value of b596cc is 0.69.

The process color (four color CMYK) of #b596cc color hex is 0.11, 0.26, 0.00, 0.20. Web safe color of #b596cc is #cc99cc. Color #b596cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010110 11001100
Octal 265 226 314
Decimal 181 150 204
Hex B5 96 CC

RGB Percentages of Color #b596cc

%33.83
%28.04
%38.13

CMYK Percentages of Color #b596cc

%11
%26
%0
%20

Triadic Colors of #b596cc

#b596cc #ccb596 #96ccb5

Analogous Colors of #b596cc

#b596cc #cc96c8 #9a96cc

Monochromatic Colors of #b596cc

#b596cc

Complementary Color

#b596cc #adcc96

#b596cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b596cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b596cc Color CSS Codes

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

#b596cc Text Font Color

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

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


#b596cc Background Color

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

This div background color is #b596cc


#b596cc Border Color

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

This div border color is #b596cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,150,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b596cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b596cc;
  -webkit-box-shadow: 1px 1px 3px 2px #b596cc;
  box-shadow:         1px 1px 3px 2px #b596cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,150,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b596cc


Comments

No comments written yet.

Please login to write comment.