Color Hex Logo

#b096dd Color Hex

#B096DD
(176,150,221)
0 Favorites   0 Comments

Color spaces of #b096dd

RGB 176150221
HSL0.730.510.73
HSV262°32°87°
CMYK 0.200.320.00   0.13
XYZ41.862036.263373.1998
Yxy36.26330.27660.2396
Hunter Lab60.219018.7032-29.9172
CIE-Lab66.720623.8661-32.5833

#b096dd color RGB value is (176,150,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010110 11011101
Octal 260 226 335
Decimal 176 150 221
Hex B0 96 DD

RGB Percentages of Color #b096dd

%32.18
%27.42
%40.40

CMYK Percentages of Color #b096dd

%20
%32
%0
%13

Triadic Colors of #b096dd

#b096dd #ddb096 #96ddb0

Analogous Colors of #b096dd

#b096dd #d496dd #96a0dd

Monochromatic Colors of #b096dd

#b096dd

Complementary Color

#b096dd #c3dd96

#b096dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b096dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b096dd Color CSS Codes

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

#b096dd Text Font Color

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

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


#b096dd Background Color

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

This div background color is #b096dd


#b096dd Border Color

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

This div border color is #b096dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b096dd


Comments

No comments written yet.

Please login to write comment.