Color Hex Logo

#951aaa Color Hex

#951AAA
(149,26,170)
0 Favorites   0 Comments

Color spaces of #951aaa

RGB 14926170
HSL0.810.730.38
HSV291°85°67°
CMYK 0.120.850.00   0.33
XYZ20.019510.030638.9112
Yxy10.03060.29030.1455
Hunter Lab31.671157.4064-50.6740
CIE-Lab37.897365.1758-49.0017

#951aaa color RGB value is (149,26,170).

#951aaa hex color red value is 149, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #951aaa hue: 0.81 , saturation: 0.73 and the lightness value of 951aaa is 0.38.

The process color (four color CMYK) of #951aaa color hex is 0.12, 0.85, 0.00, 0.33. Web safe color of #951aaa is #993399. Color #951aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011010 10101010
Octal 225 32 252
Decimal 149 26 170
Hex 95 1A AA

RGB Percentages of Color #951aaa

%43.19
%7.54
%49.28

CMYK Percentages of Color #951aaa

%12
%85
%0
%33

Triadic Colors of #951aaa

#951aaa #aa951a #1aaa95

Analogous Colors of #951aaa

#951aaa #aa1a77 #4d1aaa

Monochromatic Colors of #951aaa

#951aaa

Complementary Color

#951aaa #2faa1a

#951aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#951aaa Color CSS Codes

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

#951aaa Text Font Color

<p style="color:#951aaa">Text here</p>

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


#951aaa Background Color

<div style="background-color:#951aaa">
Div content here</div>

This div background color is #951aaa


#951aaa Border Color

<div style="border:3px solid #951aaa">
Div here</div>

This div border color is #951aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,26,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #951aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #951aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #951aaa;
  box-shadow:         1px 1px 3px 2px #951aaa; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951aaa


Comments

No comments written yet.

Please login to write comment.