Color Hex Logo

#9882cd Color Hex

#9882CD
(152,130,205)
0 Favorites   0 Comments

Color spaces of #9882cd

RGB 152130205
HSL0.720.430.66
HSV258°37°80°
CMYK 0.260.370.00   0.20
XYZ31.951027.048461.2945
Yxy27.04840.26560.2249
Hunter Lab52.008118.6468-33.4710
CIE-Lab59.019124.2996-35.7960

#9882cd color RGB value is (152,130,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000010 11001101
Octal 230 202 315
Decimal 152 130 205
Hex 98 82 CD

RGB Percentages of Color #9882cd

%31.21
%26.69
%42.09

CMYK Percentages of Color #9882cd

%26
%37
%0
%20

Triadic Colors of #9882cd

#9882cd #cd9882 #82cd98

Analogous Colors of #9882cd

#9882cd #be82cd #8292cd

Monochromatic Colors of #9882cd

#9882cd

Complementary Color

#9882cd #b7cd82

#9882cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9882cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9882cd Color CSS Codes

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

#9882cd Text Font Color

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

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


#9882cd Background Color

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

This div background color is #9882cd


#9882cd Border Color

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

This div border color is #9882cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9882cd


Comments

No comments written yet.

Please login to write comment.