Color Hex Logo

#b096de Color Hex

#B096DE
(176,150,222)
0 Favorites   0 Comments

Color spaces of #b096de

RGB 176150222
HSL0.730.520.73
HSV262°32°87°
CMYK 0.210.320.00   0.13
XYZ41.995736.316773.9037
Yxy36.31670.27590.2386
Hunter Lab60.263318.9304-30.5257
CIE-Lab66.761224.0957-33.0731

#b096de color RGB value is (176,150,222).

#b096de hex color red value is 176, green value is 150 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b096de hue: 0.73 , saturation: 0.52 and the lightness value of b096de is 0.73.

The process color (four color CMYK) of #b096de color hex is 0.21, 0.32, 0.00, 0.13. Web safe color of #b096de is #9999cc. Color #b096de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010110 11011110
Octal 260 226 336
Decimal 176 150 222
Hex B0 96 DE

RGB Percentages of Color #b096de

%32.12
%27.37
%40.51

CMYK Percentages of Color #b096de

%21
%32
%0
%13

Triadic Colors of #b096de

#b096de #deb096 #96deb0

Analogous Colors of #b096de

#b096de #d496de #96a0de

Monochromatic Colors of #b096de

#b096de

Complementary Color

#b096de #c4de96

#b096de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b096de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b096de Color CSS Codes

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

#b096de Text Font Color

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

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


#b096de Background Color

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

This div background color is #b096de


#b096de Border Color

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

This div border color is #b096de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b096de


Comments

No comments written yet.

Please login to write comment.