Color Hex Logo

#b396cb Color Hex

#B396CB
(179,150,203)
0 Favorites   0 Comments

Color spaces of #b396cb

RGB 179150203
HSL0.760.340.69
HSV273°26°80°
CMYK 0.120.260.00   0.20
XYZ40.276235.708261.2695
Yxy35.70820.29340.2602
Hunter Lab59.756315.7367-18.9619
CIE-Lab66.296420.8291-23.2266

#b396cb color RGB value is (179,150,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010110 11001011
Octal 263 226 313
Decimal 179 150 203
Hex B3 96 CB

RGB Percentages of Color #b396cb

%33.65
%28.20
%38.16

CMYK Percentages of Color #b396cb

%12
%26
%0
%20

Triadic Colors of #b396cb

#b396cb #cbb396 #96cbb3

Analogous Colors of #b396cb

#b396cb #cb96c9 #9996cb

Monochromatic Colors of #b396cb

#b396cb

Complementary Color

#b396cb #aecb96

#b396cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b396cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b396cb Color CSS Codes

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

#b396cb Text Font Color

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

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


#b396cb Background Color

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

This div background color is #b396cb


#b396cb Border Color

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

This div border color is #b396cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b396cb


Comments

No comments written yet.

Please login to write comment.