Color Hex Logo

#b999dd Color Hex

#B999DD
(185,153,221)
0 Favorites   0 Comments

Color spaces of #b999dd

RGB 185153221
HSL0.750.500.73
HSV268°31°87°
CMYK 0.160.310.00   0.13
XYZ44.450038.317273.4598
Yxy38.31720.28450.2453
Hunter Lab61.900919.8513-27.0308
CIE-Lab68.253824.9410-30.1471

#b999dd color RGB value is (185,153,221).

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

The process color (four color CMYK) of #b999dd color hex is 0.16, 0.31, 0.00, 0.13. Web safe color of #b999dd is #cc99cc. Color #b999dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011001 11011101
Octal 271 231 335
Decimal 185 153 221
Hex B9 99 DD

RGB Percentages of Color #b999dd

%33.09
%27.37
%39.53

CMYK Percentages of Color #b999dd

%16
%31
%0
%13

Triadic Colors of #b999dd

#b999dd #ddb999 #99ddb9

Analogous Colors of #b999dd

#b999dd #db99dd #999bdd

Monochromatic Colors of #b999dd

#b999dd

Complementary Color

#b999dd #bddd99

#b999dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b999dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b999dd Color CSS Codes

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

#b999dd Text Font Color

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

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


#b999dd Background Color

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

This div background color is #b999dd


#b999dd Border Color

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

This div border color is #b999dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b999dd


Comments

No comments written yet.

Please login to write comment.