Color Hex Logo

#951caa Color Hex

#951CAA
(149,28,170)
0 Favorites   0 Comments

Color spaces of #951caa

RGB 14928170
HSL0.810.720.39
HSV291°84°67°
CMYK 0.120.840.00   0.33
XYZ20.065410.122338.9265
Yxy10.12230.29030.1465
Hunter Lab31.815656.8989-50.2707
CIE-Lab38.061064.6972-48.7379

#951caa color RGB value is (149,28,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011100 10101010
Octal 225 34 252
Decimal 149 28 170
Hex 95 1C AA

RGB Percentages of Color #951caa

%42.94
%8.07
%48.99

CMYK Percentages of Color #951caa

%12
%84
%0
%33

Triadic Colors of #951caa

#951caa #aa951c #1caa95

Analogous Colors of #951caa

#951caa #aa1c78 #4e1caa

Monochromatic Colors of #951caa

#951caa

Complementary Color

#951caa #31aa1c

#951caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#951caa Color CSS Codes

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

#951caa Text Font Color

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

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


#951caa Background Color

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

This div background color is #951caa


#951caa Border Color

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

This div border color is #951caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951caa


Comments

No comments written yet.

Please login to write comment.