Color Hex Logo

#964082 Color Hex

#964082
(150,64,130)
0 Favorites   0 Comments

Color spaces of #964082

RGB 15064130
HSL0.870.400.42
HSV314°57°59°
CMYK 0.000.570.13   0.41
XYZ18.440311.762522.4176
Yxy11.76250.35040.2235
Hunter Lab34.296535.9557-14.7468
CIE-Lab40.836144.4709-20.1039

#964082 color RGB value is (150,64,130).

#964082 hex color red value is 150, green value is 64 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #964082 hue: 0.87 , saturation: 0.40 and the lightness value of 964082 is 0.42.

The process color (four color CMYK) of #964082 color hex is 0.00, 0.57, 0.13, 0.41. Web safe color of #964082 is #993399. Color #964082 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000000 10000010
Octal 226 100 202
Decimal 150 64 130
Hex 96 40 82

RGB Percentages of Color #964082

%43.60
%18.60
%37.79

CMYK Percentages of Color #964082

%0
%57
%13
%41

Triadic Colors of #964082

#964082 #829640 #408296

Analogous Colors of #964082

#964082 #964057 #7f4096

Monochromatic Colors of #964082

#964082

Complementary Color

#964082 #409654

#964082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#964082 Color CSS Codes

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

#964082 Text Font Color

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

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


#964082 Background Color

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

This div background color is #964082


#964082 Border Color

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

This div border color is #964082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964082


Comments

No comments written yet.

Please login to write comment.