Color Hex Logo

#950aad Color Hex

#950AAD
(149,10,173)
0 Favorites   0 Comments

Color spaces of #950aad

RGB 14910173
HSL0.810.890.36
HSV291°94°68°
CMYK 0.140.940.00   0.32
XYZ20.04589.623840.3362
Yxy9.62380.28630.1375
Hunter Lab31.022361.0533-55.3753
CIE-Lab37.158668.4901-51.9871

#950aad color RGB value is (149,10,173).

#950aad hex color red value is 149, green value is 10 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #950aad hue: 0.81 , saturation: 0.89 and the lightness value of 950aad is 0.36.

The process color (four color CMYK) of #950aad color hex is 0.14, 0.94, 0.00, 0.32. Web safe color of #950aad is #990099. Color #950aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001010 10101101
Octal 225 12 255
Decimal 149 10 173
Hex 95 A AD

RGB Percentages of Color #950aad

%44.88
%3.01
%52.11

CMYK Percentages of Color #950aad

%14
%94
%0
%32

Triadic Colors of #950aad

#950aad #ad950a #0aad95

Analogous Colors of #950aad

#950aad #ad0a74 #440aad

Monochromatic Colors of #950aad

#950aad

Complementary Color

#950aad #22ad0a

#950aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#950aad Color CSS Codes

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

#950aad Text Font Color

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

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


#950aad Background Color

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

This div background color is #950aad


#950aad Border Color

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

This div border color is #950aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950aad


Comments

No comments written yet.

Please login to write comment.