Color Hex Logo

#9534cc Color Hex

#9534CC
(149,52,204)
0 Favorites   0 Comments

Color spaces of #9534cc

RGB 14952204
HSL0.770.600.50
HSV278°75°80°
CMYK 0.270.750.00   0.20
XYZ24.521513.205258.3832
Yxy13.20520.25510.1374
Hunter Lab36.339056.8585-69.8197
CIE-Lab43.070863.6865-60.6360

#9534cc color RGB value is (149,52,204).

#9534cc hex color red value is 149, green value is 52 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9534cc hue: 0.77 , saturation: 0.60 and the lightness value of 9534cc is 0.50.

The process color (four color CMYK) of #9534cc color hex is 0.27, 0.75, 0.00, 0.20. Web safe color of #9534cc is #9933cc. Color #9534cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110100 11001100
Octal 225 64 314
Decimal 149 52 204
Hex 95 34 CC

RGB Percentages of Color #9534cc

%36.79
%12.84
%50.37

CMYK Percentages of Color #9534cc

%27
%75
%0
%20

Triadic Colors of #9534cc

#9534cc #cc9534 #34cc95

Analogous Colors of #9534cc

#9534cc #cc34b7 #4934cc

Monochromatic Colors of #9534cc

#9534cc

Complementary Color

#9534cc #6bcc34

#9534cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9534cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9534cc Color CSS Codes

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

#9534cc Text Font Color

<p style="color:#9534cc">Text here</p>

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


#9534cc Background Color

<div style="background-color:#9534cc">
Div content here</div>

This div background color is #9534cc


#9534cc Border Color

<div style="border:3px solid #9534cc">
Div here</div>

This div border color is #9534cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,52,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9534cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9534cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9534cc;
  box-shadow:         1px 1px 3px 2px #9534cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,52,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9534cc


Comments

No comments written yet.

Please login to write comment.