Color Hex Logo

#9527ca Color Hex

#9527CA
(149,39,202)
0 Favorites   0 Comments

Color spaces of #9527ca

RGB 14939202
HSL0.780.680.47
HSV280°81°79°
CMYK 0.260.810.00   0.21
XYZ23.780612.104956.9602
Yxy12.10490.25610.1304
Hunter Lab34.792161.1196-72.7127
CIE-Lab41.382467.7258-62.2162

#9527ca color RGB value is (149,39,202).

#9527ca hex color red value is 149, green value is 39 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9527ca hue: 0.78 , saturation: 0.68 and the lightness value of 9527ca is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100111 11001010
Octal 225 47 312
Decimal 149 39 202
Hex 95 27 CA

RGB Percentages of Color #9527ca

%38.21
%10.00
%51.79

CMYK Percentages of Color #9527ca

%26
%81
%0
%21

Triadic Colors of #9527ca

#9527ca #ca9527 #27ca95

Analogous Colors of #9527ca

#9527ca #ca27ae #4427ca

Monochromatic Colors of #9527ca

#9527ca

Complementary Color

#9527ca #5cca27

#9527ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9527ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9527ca Color CSS Codes

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

#9527ca Text Font Color

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

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


#9527ca Background Color

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

This div background color is #9527ca


#9527ca Border Color

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

This div border color is #9527ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9527ca


Comments

No comments written yet.

Please login to write comment.