Color Hex Logo

#962099 Color Hex

#962099
(150,32,153)
0 Favorites   0 Comments

Color spaces of #962099

RGB 15032153
HSL0.830.650.36
HSV299°79°60°
CMYK 0.020.790.00   0.40
XYZ18.84409.817031.0387
Yxy9.81700.31560.1644
Hunter Lab31.332152.5238-36.8023
CIE-Lab37.512060.8962-39.3648

#962099 color RGB value is (150,32,153).

#962099 hex color red value is 150, green value is 32 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #962099 hue: 0.83 , saturation: 0.65 and the lightness value of 962099 is 0.36.

The process color (four color CMYK) of #962099 color hex is 0.02, 0.79, 0.00, 0.40. Web safe color of #962099 is #993399. Color #962099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100000 10011001
Octal 226 40 231
Decimal 150 32 153
Hex 96 20 99

RGB Percentages of Color #962099

%44.78
%9.55
%45.67

CMYK Percentages of Color #962099

%2
%79
%0
%40

Triadic Colors of #962099

#962099 #999620 #209996

Analogous Colors of #962099

#962099 #992060 #592099

Monochromatic Colors of #962099

#962099

Complementary Color

#962099 #239920

#962099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962099 Color CSS Codes

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

#962099 Text Font Color

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

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


#962099 Background Color

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

This div background color is #962099


#962099 Border Color

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

This div border color is #962099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962099


Comments

No comments written yet.

Please login to write comment.