Color Hex Logo

#954baa Color Hex

#954BAA
(149,75,170)
0 Favorites   0 Comments

Color spaces of #954baa

RGB 14975170
HSL0.800.390.48
HSV287°56°67°
CMYK 0.120.560.00   0.33
XYZ22.166214.324039.6267
Yxy14.32400.29120.1882
Hunter Lab37.847138.3112-35.5850
CIE-Lab44.694046.1539-38.1478

#954baa color RGB value is (149,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001011 10101010
Octal 225 113 252
Decimal 149 75 170
Hex 95 4B AA

RGB Percentages of Color #954baa

%37.82
%19.04
%43.15

CMYK Percentages of Color #954baa

%12
%56
%0
%33

Triadic Colors of #954baa

#954baa #aa954b #4baa95

Analogous Colors of #954baa

#954baa #aa4b90 #664baa

Monochromatic Colors of #954baa

#954baa

Complementary Color

#954baa #60aa4b

#954baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#954baa Color CSS Codes

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

#954baa Text Font Color

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

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


#954baa Background Color

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

This div background color is #954baa


#954baa Border Color

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

This div border color is #954baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954baa


Comments

No comments written yet.

Please login to write comment.