Color Hex Logo

#9982bc Color Hex

#9982BC
(153,130,188)
0 Favorites   0 Comments

Color spaces of #9982bc

RGB 153130188
HSL0.730.300.62
HSV264°31°74°
CMYK 0.190.310.00   0.26
XYZ30.196626.368451.0750
Yxy26.36840.28050.2450
Hunter Lab51.350215.1046-23.0272
CIE-Lab58.385120.5491-27.1481

#9982bc color RGB value is (153,130,188).

#9982bc hex color red value is 153, green value is 130 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9982bc hue: 0.73 , saturation: 0.30 and the lightness value of 9982bc is 0.62.

The process color (four color CMYK) of #9982bc color hex is 0.19, 0.31, 0.00, 0.26. Web safe color of #9982bc is #9999cc. Color #9982bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000010 10111100
Octal 231 202 274
Decimal 153 130 188
Hex 99 82 BC

RGB Percentages of Color #9982bc

%32.48
%27.60
%39.92

CMYK Percentages of Color #9982bc

%19
%31
%0
%26

Triadic Colors of #9982bc

#9982bc #bc9982 #82bc99

Analogous Colors of #9982bc

#9982bc #b682bc #8288bc

Monochromatic Colors of #9982bc

#9982bc

Complementary Color

#9982bc #a5bc82

#9982bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9982bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9982bc Color CSS Codes

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

#9982bc Text Font Color

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

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


#9982bc Background Color

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

This div background color is #9982bc


#9982bc Border Color

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

This div border color is #9982bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9982bc


Comments

No comments written yet.

Please login to write comment.