Color Hex Logo

#603971 Color Hex

#603971
(96,57,113)
0 Favorites   0 Comments

Color spaces of #603971

RGB 9657113
HSL0.780.330.33
HSV282°50°44°
CMYK 0.150.500.00   0.56
XYZ9.26766.605316.4093
Yxy6.60530.28710.2046
Hunter Lab25.700819.3900-19.8646
CIE-Lab30.890928.0173-25.5858

#603971 color RGB value is (96,57,113).

#603971 hex color red value is 96, green value is 57 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #603971 hue: 0.78 , saturation: 0.33 and the lightness value of 603971 is 0.33.

The process color (four color CMYK) of #603971 color hex is 0.15, 0.50, 0.00, 0.56. Web safe color of #603971 is #663366. Color #603971 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111001 01110001
Octal 140 71 161
Decimal 96 57 113
Hex 60 39 71

RGB Percentages of Color #603971

%36.09
%21.43
%42.48

CMYK Percentages of Color #603971

%15
%50
%0
%56

Triadic Colors of #603971

#603971 #716039 #397160

Analogous Colors of #603971

#603971 #713966 #443971

Monochromatic Colors of #603971

#603971

Complementary Color

#603971 #4a7139

#603971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#603971 Color CSS Codes

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

#603971 Text Font Color

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

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


#603971 Background Color

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

This div background color is #603971


#603971 Border Color

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

This div border color is #603971


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,57,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #603971; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #603971;
  -webkit-box-shadow: 1px 1px 3px 2px #603971;
  box-shadow:         1px 1px 3px 2px #603971; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,57,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603971


Comments

No comments written yet.

Please login to write comment.