Color Hex Logo

#9982ca Color Hex

#9982CA
(153,130,202)
0 Favorites   0 Comments

Color spaces of #9982ca

RGB 153130202
HSL0.720.400.65
HSV259°36°79°
CMYK 0.240.360.00   0.21
XYZ31.780227.001859.4140
Yxy27.00180.26890.2284
Hunter Lab51.963318.2331-31.4170
CIE-Lab58.976023.8649-34.1640

#9982ca color RGB value is (153,130,202).

#9982ca hex color red value is 153, green value is 130 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9982ca hue: 0.72 , saturation: 0.40 and the lightness value of 9982ca is 0.65.

The process color (four color CMYK) of #9982ca color hex is 0.24, 0.36, 0.00, 0.21. Web safe color of #9982ca is #9999cc. Color #9982ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000010 11001010
Octal 231 202 312
Decimal 153 130 202
Hex 99 82 CA

RGB Percentages of Color #9982ca

%31.55
%26.80
%41.65

CMYK Percentages of Color #9982ca

%24
%36
%0
%21

Triadic Colors of #9982ca

#9982ca #ca9982 #82ca99

Analogous Colors of #9982ca

#9982ca #bd82ca #828fca

Monochromatic Colors of #9982ca

#9982ca

Complementary Color

#9982ca #b3ca82

#9982ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9982ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9982ca Color CSS Codes

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

#9982ca Text Font Color

<p style="color:#9982ca">Text here</p>

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


#9982ca Background Color

<div style="background-color:#9982ca">
Div content here</div>

This div background color is #9982ca


#9982ca Border Color

<div style="border:3px solid #9982ca">
Div here</div>

This div border color is #9982ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,130,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9982ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9982ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9982ca;
  box-shadow:         1px 1px 3px 2px #9982ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9982ca


Comments

No comments written yet.

Please login to write comment.