Color Hex Logo

#b982dc Color Hex

#B982DC
(185,130,220)
0 Favorites   0 Comments

Color spaces of #b982dc

RGB 185130220
HSL0.770.560.69
HSV277°41°86°
CMYK 0.160.410.00   0.14
XYZ40.908531.446971.6239
Yxy31.44690.28410.2184
Hunter Lab56.077532.0799-36.4727
CIE-Lab62.883137.4966-37.9333

#b982dc color RGB value is (185,130,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000010 11011100
Octal 271 202 334
Decimal 185 130 220
Hex B9 82 DC

RGB Percentages of Color #b982dc

%34.58
%24.30
%41.12

CMYK Percentages of Color #b982dc

%16
%41
%0
%14

Triadic Colors of #b982dc

#b982dc #dcb982 #82dcb9

Analogous Colors of #b982dc

#b982dc #dc82d2 #8c82dc

Monochromatic Colors of #b982dc

#b982dc

Complementary Color

#b982dc #a5dc82

#b982dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b982dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b982dc Color CSS Codes

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

#b982dc Text Font Color

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

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


#b982dc Background Color

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

This div background color is #b982dc


#b982dc Border Color

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

This div border color is #b982dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,130,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b982dc

#b982dc Color Palettes


Comments

No comments written yet.

Please login to write comment.