Color Hex Logo

#951baa Color Hex

#951BAA
(149,27,170)
0 Favorites   0 Comments

Color spaces of #951baa

RGB 14927170
HSL0.810.730.39
HSV291°84°67°
CMYK 0.120.840.00   0.33
XYZ20.042110.075738.9187
Yxy10.07570.29030.1459
Hunter Lab31.742257.1562-50.4750
CIE-Lab37.978064.9401-48.8717

#951baa color RGB value is (149,27,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011011 10101010
Octal 225 33 252
Decimal 149 27 170
Hex 95 1B AA

RGB Percentages of Color #951baa

%43.06
%7.80
%49.13

CMYK Percentages of Color #951baa

%12
%84
%0
%33

Triadic Colors of #951baa

#951baa #aa951b #1baa95

Analogous Colors of #951baa

#951baa #aa1b78 #4d1baa

Monochromatic Colors of #951baa

#951baa

Complementary Color

#951baa #30aa1b

#951baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#951baa Color CSS Codes

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

#951baa Text Font Color

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

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


#951baa Background Color

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

This div background color is #951baa


#951baa Border Color

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

This div border color is #951baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951baa


Comments

No comments written yet.

Please login to write comment.