Color Hex Logo

#962481 Color Hex

#962481
(150,36,129)
0 Favorites   0 Comments

Color spaces of #962481

RGB 15036129
HSL0.860.610.36
HSV311°76°59°
CMYK 0.000.760.14   0.41
XYZ17.17109.330821.6649
Yxy9.33080.35650.1937
Hunter Lab30.546446.8839-20.6688
CIE-Lab36.613655.8718-26.0474

#962481 color RGB value is (150,36,129).

#962481 hex color red value is 150, green value is 36 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #962481 hue: 0.86 , saturation: 0.61 and the lightness value of 962481 is 0.36.

The process color (four color CMYK) of #962481 color hex is 0.00, 0.76, 0.14, 0.41. Web safe color of #962481 is #993399. Color #962481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100100 10000001
Octal 226 44 201
Decimal 150 36 129
Hex 96 24 81

RGB Percentages of Color #962481

%47.62
%11.43
%40.95

CMYK Percentages of Color #962481

%0
%76
%14
%41

Triadic Colors of #962481

#962481 #819624 #248196

Analogous Colors of #962481

#962481 #962448 #722496

Monochromatic Colors of #962481

#962481

Complementary Color

#962481 #249639

#962481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962481 Color CSS Codes

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

#962481 Text Font Color

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

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


#962481 Background Color

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

This div background color is #962481


#962481 Border Color

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

This div border color is #962481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962481


Comments

No comments written yet.

Please login to write comment.