Color Hex Logo

#9522fd Color Hex

#9522FD
(149,34,253)
0 Favorites   0 Comments

Color spaces of #9522fd

RGB 14934253
HSL0.750.980.56
HSV272°87°99°
CMYK 0.410.870.00   0.01
XYZ30.696114.625594.1336
Yxy14.62550.22010.1049
Hunter Lab38.243376.3478-119.1685
CIE-Lab45.116979.6103-85.1537

#9522fd color RGB value is (149,34,253).

#9522fd hex color red value is 149, green value is 34 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9522fd hue: 0.75 , saturation: 0.98 and the lightness value of 9522fd is 0.56.

The process color (four color CMYK) of #9522fd color hex is 0.41, 0.87, 0.00, 0.01. Web safe color of #9522fd is #9933ff. Color #9522fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100010 11111101
Octal 225 42 375
Decimal 149 34 253
Hex 95 22 FD

RGB Percentages of Color #9522fd

%34.17
%7.80
%58.03

CMYK Percentages of Color #9522fd

%41
%87
%0
%1

Triadic Colors of #9522fd

#9522fd #fd9522 #22fd95

Analogous Colors of #9522fd

#9522fd #fd22f8 #2822fd

Monochromatic Colors of #9522fd

#9522fd

Complementary Color

#9522fd #8afd22

#9522fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9522fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9522fd Color CSS Codes

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

#9522fd Text Font Color

<p style="color:#9522fd">Text here</p>

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


#9522fd Background Color

<div style="background-color:#9522fd">
Div content here</div>

This div background color is #9522fd


#9522fd Border Color

<div style="border:3px solid #9522fd">
Div here</div>

This div border color is #9522fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,34,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9522fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9522fd;
  -webkit-box-shadow: 1px 1px 3px 2px #9522fd;
  box-shadow:         1px 1px 3px 2px #9522fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9522fd


Comments

No comments written yet.

Please login to write comment.