Color Hex Logo

#b098dd Color Hex

#B098DD
(176,152,221)
0 Favorites   0 Comments

Color spaces of #b098dd

RGB 176152221
HSL0.720.500.73
HSV261°31°87°
CMYK 0.200.310.00   0.13
XYZ42.183936.907073.3071
Yxy36.90700.27680.2422
Hunter Lab60.751117.6310-29.0182
CIE-Lab67.207222.7413-31.8299

#b098dd color RGB value is (176,152,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011000 11011101
Octal 260 230 335
Decimal 176 152 221
Hex B0 98 DD

RGB Percentages of Color #b098dd

%32.06
%27.69
%40.26

CMYK Percentages of Color #b098dd

%20
%31
%0
%13

Triadic Colors of #b098dd

#b098dd #ddb098 #98ddb0

Analogous Colors of #b098dd

#b098dd #d398dd #98a3dd

Monochromatic Colors of #b098dd

#b098dd

Complementary Color

#b098dd #c5dd98

#b098dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b098dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b098dd Color CSS Codes

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

#b098dd Text Font Color

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

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


#b098dd Background Color

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

This div background color is #b098dd


#b098dd Border Color

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

This div border color is #b098dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b098dd


Comments

No comments written yet.

Please login to write comment.