Color Hex Logo

#9527dc Color Hex

#9527DC
(149,39,220)
0 Favorites   0 Comments

Color spaces of #9527dc

RGB 14939220
HSL0.770.720.51
HSV276°82°86°
CMYK 0.320.820.00   0.14
XYZ26.038213.007968.8486
Yxy13.00790.24130.1206
Hunter Lab36.066565.7518-87.9343
CIE-Lab42.775171.3927-70.3259

#9527dc color RGB value is (149,39,220).

#9527dc hex color red value is 149, green value is 39 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9527dc hue: 0.77 , saturation: 0.72 and the lightness value of 9527dc is 0.51.

The process color (four color CMYK) of #9527dc color hex is 0.32, 0.82, 0.00, 0.14. Web safe color of #9527dc is #9933cc. Color #9527dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100111 11011100
Octal 225 47 334
Decimal 149 39 220
Hex 95 27 DC

RGB Percentages of Color #9527dc

%36.52
%9.56
%53.92

CMYK Percentages of Color #9527dc

%32
%82
%0
%14

Triadic Colors of #9527dc

#9527dc #dc9527 #27dc95

Analogous Colors of #9527dc

#9527dc #dc27c9 #3b27dc

Monochromatic Colors of #9527dc

#9527dc

Complementary Color

#9527dc #6edc27

#9527dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9527dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9527dc Color CSS Codes

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

#9527dc Text Font Color

<p style="color:#9527dc">Text here</p>

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


#9527dc Background Color

<div style="background-color:#9527dc">
Div content here</div>

This div background color is #9527dc


#9527dc Border Color

<div style="border:3px solid #9527dc">
Div here</div>

This div border color is #9527dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,39,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9527dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9527dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9527dc;
  box-shadow:         1px 1px 3px 2px #9527dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9527dc


Comments

No comments written yet.

Please login to write comment.