Color Hex Logo

#602368 Color Hex

#602368
(96,35,104)
0 Favorites   0 Comments

Color spaces of #602368

RGB 9635104
HSL0.810.500.27
HSV293°66°41°
CMYK 0.080.660.00   0.59
XYZ7.92364.688313.5840
Yxy4.68830.30250.1790
Hunter Lab21.652527.4292-22.0397
CIE-Lab25.827638.1314-27.8188

#602368 color RGB value is (96,35,104).

#602368 hex color red value is 96, green value is 35 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #602368 hue: 0.81 , saturation: 0.50 and the lightness value of 602368 is 0.27.

The process color (four color CMYK) of #602368 color hex is 0.08, 0.66, 0.00, 0.59. Web safe color of #602368 is #663366. Color #602368 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100011 01101000
Octal 140 43 150
Decimal 96 35 104
Hex 60 23 68

RGB Percentages of Color #602368

%40.85
%14.89
%44.26

CMYK Percentages of Color #602368

%8
%66
%0
%59

Triadic Colors of #602368

#602368 #686023 #236860

Analogous Colors of #602368

#602368 #68234e #3e2368

Monochromatic Colors of #602368

#602368

Complementary Color

#602368 #2b6823

#602368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602368 Color CSS Codes

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

#602368 Text Font Color

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

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


#602368 Background Color

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

This div background color is #602368


#602368 Border Color

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

This div border color is #602368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602368


Comments

No comments written yet.

Please login to write comment.