Color Hex Logo

#915faa Color Hex

#915FAA
(145,95,170)
0 Favorites   0 Comments

Color spaces of #915faa

RGB 14595170
HSL0.780.310.52
HSV280°44°67°
CMYK 0.150.440.00   0.33
XYZ23.025017.106440.1185
Yxy17.10640.28690.2132
Hunter Lab41.359926.9909-28.5585
CIE-Lab48.393834.1311-32.3571

#915faa color RGB value is (145,95,170).

#915faa hex color red value is 145, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #915faa hue: 0.78 , saturation: 0.31 and the lightness value of 915faa is 0.52.

The process color (four color CMYK) of #915faa color hex is 0.15, 0.44, 0.00, 0.33. Web safe color of #915faa is #996699. Color #915faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01011111 10101010
Octal 221 137 252
Decimal 145 95 170
Hex 91 5F AA

RGB Percentages of Color #915faa

%35.37
%23.17
%41.46

CMYK Percentages of Color #915faa

%15
%44
%0
%33

Triadic Colors of #915faa

#915faa #aa915f #5faa91

Analogous Colors of #915faa

#915faa #aa5f9e #6c5faa

Monochromatic Colors of #915faa

#915faa

Complementary Color

#915faa #78aa5f

#915faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#915faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#915faa Color CSS Codes

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

#915faa Text Font Color

<p style="color:#915faa">Text here</p>

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


#915faa Background Color

<div style="background-color:#915faa">
Div content here</div>

This div background color is #915faa


#915faa Border Color

<div style="border:3px solid #915faa">
Div here</div>

This div border color is #915faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,95,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #915faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #915faa;
  -webkit-box-shadow: 1px 1px 3px 2px #915faa;
  box-shadow:         1px 1px 3px 2px #915faa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,95,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #915faa


Comments

No comments written yet.

Please login to write comment.