Color Hex Logo

#602671 Color Hex

#602671
(96,38,113)
0 Favorites   0 Comments

Color spaces of #602671

RGB 9638113
HSL0.800.500.30
HSV286°66°44°
CMYK 0.150.660.00   0.56
XYZ8.49765.065316.1526
Yxy5.06530.28600.1705
Hunter Lab22.506228.0098-26.7978
CIE-Lab26.920038.5747-31.8744

#602671 color RGB value is (96,38,113).

#602671 hex color red value is 96, green value is 38 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #602671 hue: 0.80 , saturation: 0.50 and the lightness value of 602671 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100110 01110001
Octal 140 46 161
Decimal 96 38 113
Hex 60 26 71

RGB Percentages of Color #602671

%38.87
%15.38
%45.75

CMYK Percentages of Color #602671

%15
%66
%0
%56

Triadic Colors of #602671

#602671 #716026 #267160

Analogous Colors of #602671

#602671 #71265d #3b2671

Monochromatic Colors of #602671

#602671

Complementary Color

#602671 #377126

#602671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602671 Color CSS Codes

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

#602671 Text Font Color

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

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


#602671 Background Color

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

This div background color is #602671


#602671 Border Color

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

This div border color is #602671


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,38,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 #602671">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602671


Comments

No comments written yet.

Please login to write comment.