Color Hex Logo

#950682 Color Hex

#950682
(149,6,130)
0 Favorites   0 Comments

Color spaces of #950682

RGB 1496130
HSL0.860.920.30
HSV308°96°58°
CMYK 0.000.960.13   0.42
XYZ16.48888.131521.8196
Yxy8.13150.35510.1751
Hunter Lab28.515853.3122-25.4062
CIE-Lab34.255362.2429-30.3906

#950682 color RGB value is (149,6,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000110 10000010
Octal 225 6 202
Decimal 149 6 130
Hex 95 6 82

RGB Percentages of Color #950682

%52.28
%2.11
%45.61

CMYK Percentages of Color #950682

%0
%96
%13
%42

Triadic Colors of #950682

#950682 #829506 #068295

Analogous Colors of #950682

#950682 #95063b #610695

Monochromatic Colors of #950682

#950682

Complementary Color

#950682 #069519

#950682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950682 Color CSS Codes

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

#950682 Text Font Color

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

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


#950682 Background Color

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

This div background color is #950682


#950682 Border Color

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

This div border color is #950682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950682


Comments

No comments written yet.

Please login to write comment.