Color Hex Logo

#962088 Color Hex

#962088
(150,32,136)
0 Favorites   0 Comments

Color spaces of #962088

RGB 15032136
HSL0.850.650.36
HSV307°79°59°
CMYK 0.000.790.09   0.41
XYZ17.53819.294624.1622
Yxy9.29460.34390.1823
Hunter Lab30.487049.3323-25.6488
CIE-Lab36.545458.1656-30.4890

#962088 color RGB value is (150,32,136).

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

The process color (four color CMYK) of #962088 color hex is 0.00, 0.79, 0.09, 0.41. Web safe color of #962088 is #993399. Color #962088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100000 10001000
Octal 226 40 210
Decimal 150 32 136
Hex 96 20 88

RGB Percentages of Color #962088

%47.17
%10.06
%42.77

CMYK Percentages of Color #962088

%0
%79
%9
%41

Triadic Colors of #962088

#962088 #889620 #208896

Analogous Colors of #962088

#962088 #96204d #692096

Monochromatic Colors of #962088

#962088

Complementary Color

#962088 #20962e

#962088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962088 Color CSS Codes

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

#962088 Text Font Color

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

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


#962088 Background Color

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

This div background color is #962088


#962088 Border Color

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

This div border color is #962088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962088


Comments

No comments written yet.

Please login to write comment.