Color Hex Logo

#602370 Color Hex

#602370
(96,35,112)
0 Favorites   0 Comments

Color spaces of #602370

RGB 9635112
HSL0.800.520.29
HSV288°69°44°
CMYK 0.140.690.00   0.56
XYZ8.34954.858715.8270
Yxy4.85870.28760.1673
Hunter Lab22.042529.0400-27.1419
CIE-Lab26.328439.8184-32.1782

#602370 color RGB value is (96,35,112).

#602370 hex color red value is 96, green value is 35 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #602370 hue: 0.80 , saturation: 0.52 and the lightness value of 602370 is 0.29.

The process color (four color CMYK) of #602370 color hex is 0.14, 0.69, 0.00, 0.56. Web safe color of #602370 is #663366. Color #602370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100011 01110000
Octal 140 43 160
Decimal 96 35 112
Hex 60 23 70

RGB Percentages of Color #602370

%39.51
%14.40
%46.09

CMYK Percentages of Color #602370

%14
%69
%0
%56

Triadic Colors of #602370

#602370 #706023 #237060

Analogous Colors of #602370

#602370 #70235a #3a2370

Monochromatic Colors of #602370

#602370

Complementary Color

#602370 #337023

#602370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602370 Color CSS Codes

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

#602370 Text Font Color

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

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


#602370 Background Color

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

This div background color is #602370


#602370 Border Color

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

This div border color is #602370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602370


Comments

No comments written yet.

Please login to write comment.