Color Hex Logo

#962682 Color Hex

#962682
(150,38,130)
0 Favorites   0 Comments

Color spaces of #962682

RGB 15038130
HSL0.860.600.37
HSV311°75°59°
CMYK 0.000.750.13   0.41
XYZ17.30019.482022.0375
Yxy9.48200.35440.1942
Hunter Lab30.792946.3977-20.8770
CIE-Lab36.896255.3600-26.2256

#962682 color RGB value is (150,38,130).

#962682 hex color red value is 150, green value is 38 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #962682 hue: 0.86 , saturation: 0.60 and the lightness value of 962682 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100110 10000010
Octal 226 46 202
Decimal 150 38 130
Hex 96 26 82

RGB Percentages of Color #962682

%47.17
%11.95
%40.88

CMYK Percentages of Color #962682

%0
%75
%13
%41

Triadic Colors of #962682

#962682 #829626 #268296

Analogous Colors of #962682

#962682 #96264a #722696

Monochromatic Colors of #962682

#962682

Complementary Color

#962682 #26963a

#962682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962682 Color CSS Codes

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

#962682 Text Font Color

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

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


#962682 Background Color

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

This div background color is #962682


#962682 Border Color

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

This div border color is #962682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962682


Comments

No comments written yet.

Please login to write comment.