Color Hex Logo

#9882cc Color Hex

#9882CC
(152,130,204)
0 Favorites   0 Comments

Color spaces of #9882cc

RGB 152130204
HSL0.720.420.65
HSV258°36°80°
CMYK 0.250.360.00   0.20
XYZ31.830627.000360.6607
Yxy27.00030.26640.2260
Hunter Lab51.961818.4118-32.8424
CIE-Lab58.974624.0542-35.3016

#9882cc color RGB value is (152,130,204).

#9882cc hex color red value is 152, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9882cc hue: 0.72 , saturation: 0.42 and the lightness value of 9882cc is 0.65.

The process color (four color CMYK) of #9882cc color hex is 0.25, 0.36, 0.00, 0.20. Web safe color of #9882cc is #9999cc. Color #9882cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000010 11001100
Octal 230 202 314
Decimal 152 130 204
Hex 98 82 CC

RGB Percentages of Color #9882cc

%31.28
%26.75
%41.98

CMYK Percentages of Color #9882cc

%25
%36
%0
%20

Triadic Colors of #9882cc

#9882cc #cc9882 #82cc98

Analogous Colors of #9882cc

#9882cc #bd82cc #8291cc

Monochromatic Colors of #9882cc

#9882cc

Complementary Color

#9882cc #b6cc82

#9882cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9882cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9882cc Color CSS Codes

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

#9882cc Text Font Color

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

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


#9882cc Background Color

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

This div background color is #9882cc


#9882cc Border Color

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

This div border color is #9882cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9882cc


Comments

No comments written yet.

Please login to write comment.