Color Hex Logo

#9520bc Color Hex

#9520BC
(149,32,188)
0 Favorites   0 Comments

Color spaces of #9520bc

RGB 14932188
HSL0.790.710.43
HSV285°83°74°
CMYK 0.210.830.00   0.26
XYZ21.988011.053448.5516
Yxy11.05340.26950.1355
Hunter Lab33.246759.8711-63.3112
CIE-Lab39.670366.9812-56.8125

#9520bc color RGB value is (149,32,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100000 10111100
Octal 225 40 274
Decimal 149 32 188
Hex 95 20 BC

RGB Percentages of Color #9520bc

%40.38
%8.67
%50.95

CMYK Percentages of Color #9520bc

%21
%83
%0
%26

Triadic Colors of #9520bc

#9520bc #bc9520 #20bc95

Analogous Colors of #9520bc

#9520bc #bc2095 #4720bc

Monochromatic Colors of #9520bc

#9520bc

Complementary Color

#9520bc #47bc20

#9520bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9520bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9520bc Color CSS Codes

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

#9520bc Text Font Color

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

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


#9520bc Background Color

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

This div background color is #9520bc


#9520bc Border Color

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

This div border color is #9520bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9520bc


Comments

No comments written yet.

Please login to write comment.