Color Hex Logo

#962362 Color Hex

#962362
(150,35,98)
0 Favorites   0 Comments

Color spaces of #962362

RGB 1503598
HSL0.910.620.36
HSV327°77°59°
CMYK 0.000.770.35   0.41
XYZ15.38338.567912.3983
Yxy8.56790.42320.2357
Hunter Lab29.271042.5861-4.6238
CIE-Lab35.138752.0583-8.7686

#962362 color RGB value is (150,35,98).

#962362 hex color red value is 150, green value is 35 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #962362 hue: 0.91 , saturation: 0.62 and the lightness value of 962362 is 0.36.

The process color (four color CMYK) of #962362 color hex is 0.00, 0.77, 0.35, 0.41. Web safe color of #962362 is #993366. Color #962362 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100011 01100010
Octal 226 43 142
Decimal 150 35 98
Hex 96 23 62

RGB Percentages of Color #962362

%53.00
%12.37
%34.63

CMYK Percentages of Color #962362

%0
%77
%35
%41

Triadic Colors of #962362

#962362 #629623 #236296

Analogous Colors of #962362

#962362 #962328 #912396

Monochromatic Colors of #962362

#962362

Complementary Color

#962362 #239657

#962362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962362 Color CSS Codes

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

#962362 Text Font Color

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

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


#962362 Background Color

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

This div background color is #962362


#962362 Border Color

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

This div border color is #962362


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,35,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962362


Comments

No comments written yet.

Please login to write comment.