Color Hex Logo

#962175 Color Hex

#962175
(150,33,117)
0 Favorites   0 Comments

Color spaces of #962175

RGB 15033117
HSL0.880.640.36
HSV317°78°59°
CMYK 0.000.780.22   0.41
XYZ16.33248.856117.6782
Yxy8.85610.38100.2066
Hunter Lab29.759245.8855-14.3893
CIE-Lab35.705755.1063-19.9600

#962175 color RGB value is (150,33,117).

#962175 hex color red value is 150, green value is 33 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #962175 hue: 0.88 , saturation: 0.64 and the lightness value of 962175 is 0.36.

The process color (four color CMYK) of #962175 color hex is 0.00, 0.78, 0.22, 0.41. Web safe color of #962175 is #993366. Color #962175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00100001 01110101
Octal 226 41 165
Decimal 150 33 117
Hex 96 21 75

RGB Percentages of Color #962175

%50.00
%11.00
%39.00

CMYK Percentages of Color #962175

%0
%78
%22
%41

Triadic Colors of #962175

#962175 #759621 #217596

Analogous Colors of #962175

#962175 #96213b #7d2196

Monochromatic Colors of #962175

#962175

Complementary Color

#962175 #219642

#962175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#962175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#962175 Color CSS Codes

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

#962175 Text Font Color

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

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


#962175 Background Color

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

This div background color is #962175


#962175 Border Color

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

This div border color is #962175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #962175


Comments

No comments written yet.

Please login to write comment.