Color Hex Logo

#9880cb Color Hex

#9880CB
(152,128,203)
0 Favorites   0 Comments

Color spaces of #9880cb

RGB 152128203
HSL0.720.420.65
HSV259°37°80°
CMYK 0.250.370.00   0.20
XYZ31.447626.425559.9431
Yxy26.42550.26690.2243
Hunter Lab51.405719.2378-33.1527
CIE-Lab58.438724.9657-35.5740

#9880cb color RGB value is (152,128,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000000 11001011
Octal 230 200 313
Decimal 152 128 203
Hex 98 80 CB

RGB Percentages of Color #9880cb

%31.47
%26.50
%42.03

CMYK Percentages of Color #9880cb

%25
%37
%0
%20

Triadic Colors of #9880cb

#9880cb #cb9880 #80cb98

Analogous Colors of #9880cb

#9880cb #be80cb #808ecb

Monochromatic Colors of #9880cb

#9880cb

Complementary Color

#9880cb #b3cb80

#9880cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9880cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9880cb Color CSS Codes

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

#9880cb Text Font Color

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

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


#9880cb Background Color

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

This div background color is #9880cb


#9880cb Border Color

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

This div border color is #9880cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,128,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 #9880cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9880cb


Comments

No comments written yet.

Please login to write comment.