Color Hex Logo

#b988dd Color Hex

#B988DD
(185,136,221)
0 Favorites   0 Comments

Color spaces of #b988dd

RGB 185136221
HSL0.760.560.70
HSV275°38°87°
CMYK 0.160.380.00   0.13
XYZ41.862933.143172.5974
Yxy33.14310.28360.2245
Hunter Lab57.570029.0513-34.4673
CIE-Lab64.276634.4033-36.3151

#b988dd color RGB value is (185,136,221).

#b988dd hex color red value is 185, green value is 136 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b988dd hue: 0.76 , saturation: 0.56 and the lightness value of b988dd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001000 11011101
Octal 271 210 335
Decimal 185 136 221
Hex B9 88 DD

RGB Percentages of Color #b988dd

%34.13
%25.09
%40.77

CMYK Percentages of Color #b988dd

%16
%38
%0
%13

Triadic Colors of #b988dd

#b988dd #ddb988 #88ddb9

Analogous Colors of #b988dd

#b988dd #dd88d7 #8f88dd

Monochromatic Colors of #b988dd

#b988dd

Complementary Color

#b988dd #acdd88

#b988dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b988dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b988dd Color CSS Codes

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

#b988dd Text Font Color

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

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


#b988dd Background Color

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

This div background color is #b988dd


#b988dd Border Color

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

This div border color is #b988dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b988dd


Comments

No comments written yet.

Please login to write comment.