Color Hex Logo

#b983dd Color Hex

#B983DD
(185,131,221)
0 Favorites   0 Comments

Color spaces of #b983dd

RGB 185131221
HSL0.770.570.69
HSV276°41°87°
CMYK 0.160.410.00   0.13
XYZ41.175031.767372.3682
Yxy31.76730.28340.2186
Hunter Lab56.362531.7669-36.6733
CIE-Lab63.150137.1637-38.0734

#b983dd color RGB value is (185,131,221).

#b983dd hex color red value is 185, green value is 131 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b983dd hue: 0.77 , saturation: 0.57 and the lightness value of b983dd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000011 11011101
Octal 271 203 335
Decimal 185 131 221
Hex B9 83 DD

RGB Percentages of Color #b983dd

%34.45
%24.39
%41.15

CMYK Percentages of Color #b983dd

%16
%41
%0
%13

Triadic Colors of #b983dd

#b983dd #ddb983 #83ddb9

Analogous Colors of #b983dd

#b983dd #dd83d4 #8c83dd

Monochromatic Colors of #b983dd

#b983dd

Complementary Color

#b983dd #a7dd83

#b983dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b983dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b983dd Color CSS Codes

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

#b983dd Text Font Color

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

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


#b983dd Background Color

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

This div background color is #b983dd


#b983dd Border Color

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

This div border color is #b983dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b983dd


Comments

No comments written yet.

Please login to write comment.