Color Hex Logo

#950bad Color Hex

#950BAD
(149,11,173)
0 Favorites   0 Comments

Color spaces of #950bad

RGB 14911173
HSL0.810.880.36
HSV291°94°68°
CMYK 0.140.940.00   0.32
XYZ20.05699.646040.3399
Yxy9.64600.28640.1377
Hunter Lab31.058060.9217-55.2686
CIE-Lab37.199468.3690-51.9211

#950bad color RGB value is (149,11,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001011 10101101
Octal 225 13 255
Decimal 149 11 173
Hex 95 B AD

RGB Percentages of Color #950bad

%44.74
%3.30
%51.95

CMYK Percentages of Color #950bad

%14
%94
%0
%32

Triadic Colors of #950bad

#950bad #ad950b #0bad95

Analogous Colors of #950bad

#950bad #ad0b74 #440bad

Monochromatic Colors of #950bad

#950bad

Complementary Color

#950bad #23ad0b

#950bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#950bad Color CSS Codes

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

#950bad Text Font Color

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

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


#950bad Background Color

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

This div background color is #950bad


#950bad Border Color

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

This div border color is #950bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950bad


Comments

No comments written yet.

Please login to write comment.