Color Hex Logo

#b096cf Color Hex

#B096CF
(176,150,207)
0 Favorites   0 Comments

Color spaces of #b096cf

RGB 176150207
HSL0.740.370.70
HSV267°28°81°
CMYK 0.150.280.00   0.19
XYZ40.073335.547863.7808
Yxy35.54780.28750.2550
Hunter Lab59.622015.6355-21.6903
CIE-Lab66.173020.7294-25.6651

#b096cf color RGB value is (176,150,207).

#b096cf hex color red value is 176, green value is 150 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b096cf hue: 0.74 , saturation: 0.37 and the lightness value of b096cf is 0.70.

The process color (four color CMYK) of #b096cf color hex is 0.15, 0.28, 0.00, 0.19. Web safe color of #b096cf is #9999cc. Color #b096cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010110 11001111
Octal 260 226 317
Decimal 176 150 207
Hex B0 96 CF

RGB Percentages of Color #b096cf

%33.02
%28.14
%38.84

CMYK Percentages of Color #b096cf

%15
%28
%0
%19

Triadic Colors of #b096cf

#b096cf #cfb096 #96cfb0

Analogous Colors of #b096cf

#b096cf #cd96cf #9699cf

Monochromatic Colors of #b096cf

#b096cf

Complementary Color

#b096cf #b5cf96

#b096cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b096cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b096cf Color CSS Codes

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

#b096cf Text Font Color

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

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


#b096cf Background Color

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

This div background color is #b096cf


#b096cf Border Color

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

This div border color is #b096cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b096cf


Comments

No comments written yet.

Please login to write comment.