Color Hex Logo

#950982 Color Hex

#950982
(149,9,130)
0 Favorites   0 Comments

Color spaces of #950982

RGB 1499130
HSL0.860.890.31
HSV308°94°58°
CMYK 0.000.940.13   0.42
XYZ16.52148.196621.8304
Yxy8.19660.35490.1761
Hunter Lab28.629752.9054-25.1683
CIE-Lab34.389061.8500-30.1793

#950982 color RGB value is (149,9,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001001 10000010
Octal 225 11 202
Decimal 149 9 130
Hex 95 9 82

RGB Percentages of Color #950982

%51.74
%3.13
%45.14

CMYK Percentages of Color #950982

%0
%94
%13
%42

Triadic Colors of #950982

#950982 #829509 #098295

Analogous Colors of #950982

#950982 #95093c #620995

Monochromatic Colors of #950982

#950982

Complementary Color

#950982 #09951c

#950982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950982 Color CSS Codes

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

#950982 Text Font Color

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

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


#950982 Background Color

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

This div background color is #950982


#950982 Border Color

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

This div border color is #950982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950982


Comments

No comments written yet.

Please login to write comment.