Color Hex Logo

#9882db Color Hex

#9882DB
(152,130,219)
0 Favorites   0 Comments

Color spaces of #9882db

RGB 152130219
HSL0.710.550.68
HSV255°41°86°
CMYK 0.310.410.00   0.14
XYZ33.717727.755170.5980
Yxy27.75510.25530.2102
Hunter Lab52.683122.0463-42.5734
CIE-Lab59.666827.8009-42.6441

#9882db color RGB value is (152,130,219).

#9882db hex color red value is 152, green value is 130 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9882db hue: 0.71 , saturation: 0.55 and the lightness value of 9882db is 0.68.

The process color (four color CMYK) of #9882db color hex is 0.31, 0.41, 0.00, 0.14. Web safe color of #9882db is #9999cc. Color #9882db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000010 11011011
Octal 230 202 333
Decimal 152 130 219
Hex 98 82 DB

RGB Percentages of Color #9882db

%30.34
%25.95
%43.71

CMYK Percentages of Color #9882db

%31
%41
%0
%14

Triadic Colors of #9882db

#9882db #db9882 #82db98

Analogous Colors of #9882db

#9882db #c582db #8299db

Monochromatic Colors of #9882db

#9882db

Complementary Color

#9882db #c5db82

#9882db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9882db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9882db Color CSS Codes

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

#9882db Text Font Color

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

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


#9882db Background Color

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

This div background color is #9882db


#9882db Border Color

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

This div border color is #9882db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,130,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9882db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9882db;
  -webkit-box-shadow: 1px 1px 3px 2px #9882db;
  box-shadow:         1px 1px 3px 2px #9882db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9882db


Comments

No comments written yet.

Please login to write comment.