Color Hex Logo

#950daa Color Hex

#950DAA
(149,13,170)
0 Favorites   0 Comments

Color spaces of #950daa

RGB 14913170
HSL0.810.860.36
HSV292°92°67°
CMYK 0.120.920.00   0.33
XYZ19.79409.579738.8360
Yxy9.57970.29020.1404
Hunter Lab30.951159.9908-52.7286
CIE-Lab37.077367.5892-50.3240

#950daa color RGB value is (149,13,170).

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

The process color (four color CMYK) of #950daa color hex is 0.12, 0.92, 0.00, 0.33. Web safe color of #950daa is #990099. Color #950daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001101 10101010
Octal 225 15 252
Decimal 149 13 170
Hex 95 D AA

RGB Percentages of Color #950daa

%44.88
%3.92
%51.20

CMYK Percentages of Color #950daa

%12
%92
%0
%33

Triadic Colors of #950daa

#950daa #aa950d #0daa95

Analogous Colors of #950daa

#950daa #aa0d71 #460daa

Monochromatic Colors of #950daa

#950daa

Complementary Color

#950daa #22aa0d

#950daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#950daa Color CSS Codes

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

#950daa Text Font Color

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

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


#950daa Background Color

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

This div background color is #950daa


#950daa Border Color

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

This div border color is #950daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950daa


Comments

No comments written yet.

Please login to write comment.