Color Hex Logo

#b595cb Color Hex

#B595CB
(181,149,203)
0 Favorites   0 Comments

Color spaces of #b595cb

RGB 181149203
HSL0.770.340.69
HSV276°27°80°
CMYK 0.110.270.00   0.20
XYZ40.583035.630461.2383
Yxy35.63040.29530.2592
Hunter Lab59.691216.8994-19.0429
CIE-Lab66.236622.0381-23.3017

#b595cb color RGB value is (181,149,203).

#b595cb hex color red value is 181, green value is 149 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b595cb hue: 0.77 , saturation: 0.34 and the lightness value of b595cb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010101 11001011
Octal 265 225 313
Decimal 181 149 203
Hex B5 95 CB

RGB Percentages of Color #b595cb

%33.96
%27.95
%38.09

CMYK Percentages of Color #b595cb

%11
%27
%0
%20

Triadic Colors of #b595cb

#b595cb #cbb595 #95cbb5

Analogous Colors of #b595cb

#b595cb #cb95c6 #9a95cb

Monochromatic Colors of #b595cb

#b595cb

Complementary Color

#b595cb #abcb95

#b595cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b595cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b595cb Color CSS Codes

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

#b595cb Text Font Color

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

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


#b595cb Background Color

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

This div background color is #b595cb


#b595cb Border Color

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

This div border color is #b595cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,149,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 #b595cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b595cb


Comments

No comments written yet.

Please login to write comment.