Color Hex Logo

#b396ca Color Hex

#B396CA
(179,150,202)
0 Favorites   0 Comments

Color spaces of #b396ca

RGB 179150202
HSL0.760.330.69
HSV273°26°79°
CMYK 0.110.260.00   0.21
XYZ40.157435.660760.6438
Yxy35.66070.29430.2613
Hunter Lab59.716615.5313-18.4090
CIE-Lab66.259920.6169-22.7255

#b396ca color RGB value is (179,150,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010110 11001010
Octal 263 226 312
Decimal 179 150 202
Hex B3 96 CA

RGB Percentages of Color #b396ca

%33.71
%28.25
%38.04

CMYK Percentages of Color #b396ca

%11
%26
%0
%21

Triadic Colors of #b396ca

#b396ca #cab396 #96cab3

Analogous Colors of #b396ca

#b396ca #ca96c7 #9996ca

Monochromatic Colors of #b396ca

#b396ca

Complementary Color

#b396ca #adca96

#b396ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b396ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b396ca Color CSS Codes

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

#b396ca Text Font Color

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

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


#b396ca Background Color

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

This div background color is #b396ca


#b396ca Border Color

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

This div border color is #b396ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b396ca


Comments

No comments written yet.

Please login to write comment.