Color Hex Logo

#950681 Color Hex

#950681
(149,6,129)
0 Favorites   0 Comments

Color spaces of #950681

RGB 1496129
HSL0.860.920.30
HSV308°96°58°
CMYK 0.000.960.13   0.42
XYZ16.42208.104821.4677
Yxy8.10480.35700.1762
Hunter Lab28.468953.1452-24.7808
CIE-Lab34.200262.1032-29.8530

#950681 color RGB value is (149,6,129).

#950681 hex color red value is 149, green value is 6 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #950681 hue: 0.86 , saturation: 0.92 and the lightness value of 950681 is 0.30.

The process color (four color CMYK) of #950681 color hex is 0.00, 0.96, 0.13, 0.42. Web safe color of #950681 is #990099. Color #950681 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000110 10000001
Octal 225 6 201
Decimal 149 6 129
Hex 95 6 81

RGB Percentages of Color #950681

%52.46
%2.11
%45.42

CMYK Percentages of Color #950681

%0
%96
%13
%42

Triadic Colors of #950681

#950681 #819506 #068195

Analogous Colors of #950681

#950681 #95063a #620695

Monochromatic Colors of #950681

#950681

Complementary Color

#950681 #06951a

#950681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950681 Color CSS Codes

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

#950681 Text Font Color

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

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


#950681 Background Color

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

This div background color is #950681


#950681 Border Color

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

This div border color is #950681


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,6,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #950681; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #950681;
  -webkit-box-shadow: 1px 1px 3px 2px #950681;
  box-shadow:         1px 1px 3px 2px #950681; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,6,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950681


Comments

No comments written yet.

Please login to write comment.