Color Hex Logo

#9882cb Color Hex

#9882CB
(152,130,203)
0 Favorites   0 Comments

Color spaces of #9882cb

RGB 152130203
HSL0.720.410.65
HSV258°36°80°
CMYK 0.250.360.00   0.20
XYZ31.711026.952560.0309
Yxy26.95250.26720.2271
Hunter Lab51.915818.1780-32.2167
CIE-Lab58.930323.8096-34.8064

#9882cb color RGB value is (152,130,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000010 11001011
Octal 230 202 313
Decimal 152 130 203
Hex 98 82 CB

RGB Percentages of Color #9882cb

%31.34
%26.80
%41.86

CMYK Percentages of Color #9882cb

%25
%36
%0
%20

Triadic Colors of #9882cb

#9882cb #cb9882 #82cb98

Analogous Colors of #9882cb

#9882cb #bd82cb #8291cb

Monochromatic Colors of #9882cb

#9882cb

Complementary Color

#9882cb #b5cb82

#9882cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9882cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9882cb Color CSS Codes

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

#9882cb Text Font Color

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

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


#9882cb Background Color

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

This div background color is #9882cb


#9882cb Border Color

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

This div border color is #9882cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9882cb


Comments

No comments written yet.

Please login to write comment.