Color Hex Logo

#945aad Color Hex

#945AAD
(148,90,173)
0 Favorites   0 Comments

Color spaces of #945aad

RGB 14890173
HSL0.780.340.52
HSV282°48°68°
CMYK 0.140.480.00   0.32
XYZ23.411716.625441.5102
Yxy16.62540.28710.2039
Hunter Lab40.774331.1359-31.8182
CIE-Lab47.784538.4926-35.0468

#945aad color RGB value is (148,90,173).

#945aad hex color red value is 148, green value is 90 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #945aad hue: 0.78 , saturation: 0.34 and the lightness value of 945aad is 0.52.

The process color (four color CMYK) of #945aad color hex is 0.14, 0.48, 0.00, 0.32. Web safe color of #945aad is #996699. Color #945aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01011010 10101101
Octal 224 132 255
Decimal 148 90 173
Hex 94 5A AD

RGB Percentages of Color #945aad

%36.01
%21.90
%42.09

CMYK Percentages of Color #945aad

%14
%48
%0
%32

Triadic Colors of #945aad

#945aad #ad945a #5aad94

Analogous Colors of #945aad

#945aad #ad5a9d #6b5aad

Monochromatic Colors of #945aad

#945aad

Complementary Color

#945aad #73ad5a

#945aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#945aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#945aad Color CSS Codes

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

#945aad Text Font Color

<p style="color:#945aad">Text here</p>

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


#945aad Background Color

<div style="background-color:#945aad">
Div content here</div>

This div background color is #945aad


#945aad Border Color

<div style="border:3px solid #945aad">
Div here</div>

This div border color is #945aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,90,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #945aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #945aad;
  -webkit-box-shadow: 1px 1px 3px 2px #945aad;
  box-shadow:         1px 1px 3px 2px #945aad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,90,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #945aad


Comments

No comments written yet.

Please login to write comment.