Color Hex Logo

#602372 Color Hex

#602372
(96,35,114)
0 Favorites   0 Comments

Color spaces of #602372

RGB 9635114
HSL0.800.530.29
HSV286°69°45°
CMYK 0.160.690.00   0.55
XYZ8.46224.903816.4201
Yxy4.90380.28410.1646
Hunter Lab22.144529.4582-28.4622
CIE-Lab26.458940.2512-33.2506

#602372 color RGB value is (96,35,114).

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

The process color (four color CMYK) of #602372 color hex is 0.16, 0.69, 0.00, 0.55. Web safe color of #602372 is #663366. Color #602372 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100011 01110010
Octal 140 43 162
Decimal 96 35 114
Hex 60 23 72

RGB Percentages of Color #602372

%39.18
%14.29
%46.53

CMYK Percentages of Color #602372

%16
%69
%0
%55

Triadic Colors of #602372

#602372 #726023 #237260

Analogous Colors of #602372

#602372 #72235c #392372

Monochromatic Colors of #602372

#602372

Complementary Color

#602372 #357223

#602372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602372 Color CSS Codes

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

#602372 Text Font Color

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

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


#602372 Background Color

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

This div background color is #602372


#602372 Border Color

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

This div border color is #602372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602372


Comments

No comments written yet.

Please login to write comment.