Color Hex Logo

#9541af Color Hex

#9541AF
(149,65,175)
0 Favorites   0 Comments

Color spaces of #9541af

RGB 14965175
HSL0.790.460.47
HSV286°63°69°
CMYK 0.150.630.00   0.31
XYZ22.022613.265341.9572
Yxy13.26530.28510.1717
Hunter Lab36.421644.1938-42.8063
CIE-Lab43.160352.0989-43.5383

#9541af color RGB value is (149,65,175).

#9541af hex color red value is 149, green value is 65 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9541af hue: 0.79 , saturation: 0.46 and the lightness value of 9541af is 0.47.

The process color (four color CMYK) of #9541af color hex is 0.15, 0.63, 0.00, 0.31. Web safe color of #9541af is #993399. Color #9541af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000001 10101111
Octal 225 101 257
Decimal 149 65 175
Hex 95 41 AF

RGB Percentages of Color #9541af

%38.30
%16.71
%44.99

CMYK Percentages of Color #9541af

%15
%63
%0
%31

Triadic Colors of #9541af

#9541af #af9541 #41af95

Analogous Colors of #9541af

#9541af #af4192 #5e41af

Monochromatic Colors of #9541af

#9541af

Complementary Color

#9541af #5baf41

#9541af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9541af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9541af Color CSS Codes

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

#9541af Text Font Color

<p style="color:#9541af">Text here</p>

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


#9541af Background Color

<div style="background-color:#9541af">
Div content here</div>

This div background color is #9541af


#9541af Border Color

<div style="border:3px solid #9541af">
Div here</div>

This div border color is #9541af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,65,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9541af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9541af;
  -webkit-box-shadow: 1px 1px 3px 2px #9541af;
  box-shadow:         1px 1px 3px 2px #9541af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9541af


Comments

No comments written yet.

Please login to write comment.