Color Hex Logo

#9820bc Color Hex

#9820BC
(152,32,188)
0 Favorites   0 Comments

Color spaces of #9820bc

RGB 15232188
HSL0.790.710.43
HSV286°83°74°
CMYK 0.190.830.00   0.26
XYZ22.542511.339348.5775
Yxy11.33930.27340.1375
Hunter Lab33.673960.5650-61.9593
CIE-Lab40.146267.4887-56.0191

#9820bc color RGB value is (152,32,188).

#9820bc hex color red value is 152, green value is 32 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9820bc hue: 0.79 , saturation: 0.71 and the lightness value of 9820bc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00100000 10111100
Octal 230 40 274
Decimal 152 32 188
Hex 98 20 BC

RGB Percentages of Color #9820bc

%40.86
%8.60
%50.54

CMYK Percentages of Color #9820bc

%19
%83
%0
%26

Triadic Colors of #9820bc

#9820bc #bc9820 #20bc98

Analogous Colors of #9820bc

#9820bc #bc2092 #4a20bc

Monochromatic Colors of #9820bc

#9820bc

Complementary Color

#9820bc #44bc20

#9820bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9820bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9820bc Color CSS Codes

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

#9820bc Text Font Color

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

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


#9820bc Background Color

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

This div background color is #9820bc


#9820bc Border Color

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

This div border color is #9820bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9820bc


Comments

No comments written yet.

Please login to write comment.