Color Hex Logo

#9528ca Color Hex

#9528CA
(149,40,202)
0 Favorites   0 Comments

Color spaces of #9528ca

RGB 14940202
HSL0.780.670.47
HSV280°80°79°
CMYK 0.260.800.00   0.21
XYZ23.813912.171456.9713
Yxy12.17140.25620.1309
Hunter Lab34.887560.7892-72.3992
CIE-Lab41.487267.4207-62.0458

#9528ca color RGB value is (149,40,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101000 11001010
Octal 225 50 312
Decimal 149 40 202
Hex 95 28 CA

RGB Percentages of Color #9528ca

%38.11
%10.23
%51.66

CMYK Percentages of Color #9528ca

%26
%80
%0
%21

Triadic Colors of #9528ca

#9528ca #ca9528 #28ca95

Analogous Colors of #9528ca

#9528ca #ca28ae #4428ca

Monochromatic Colors of #9528ca

#9528ca

Complementary Color

#9528ca #5dca28

#9528ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9528ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9528ca Color CSS Codes

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

#9528ca Text Font Color

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

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


#9528ca Background Color

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

This div background color is #9528ca


#9528ca Border Color

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

This div border color is #9528ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9528ca


Comments

No comments written yet.

Please login to write comment.