Color Hex Logo

#b296cc Color Hex

#B296CC
(178,150,204)
0 Favorites   0 Comments

Color spaces of #b296cc

RGB 178150204
HSL0.750.350.69
HSV271°26°80°
CMYK 0.130.260.00   0.20
XYZ40.165535.637361.8885
Yxy35.63730.29170.2588
Hunter Lab59.697015.6292-19.6787
CIE-Lab66.241920.7197-23.8747

#b296cc color RGB value is (178,150,204).

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

The process color (four color CMYK) of #b296cc color hex is 0.13, 0.26, 0.00, 0.20. Web safe color of #b296cc is #9999cc. Color #b296cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 11001100
Octal 262 226 314
Decimal 178 150 204
Hex B2 96 CC

RGB Percentages of Color #b296cc

%33.46
%28.20
%38.35

CMYK Percentages of Color #b296cc

%13
%26
%0
%20

Triadic Colors of #b296cc

#b296cc #ccb296 #96ccb2

Analogous Colors of #b296cc

#b296cc #cc96cb #9796cc

Monochromatic Colors of #b296cc

#b296cc

Complementary Color

#b296cc #b0cc96

#b296cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b296cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b296cc Color CSS Codes

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

#b296cc Text Font Color

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

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


#b296cc Background Color

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

This div background color is #b296cc


#b296cc Border Color

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

This div border color is #b296cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b296cc


Comments

No comments written yet.

Please login to write comment.