Color Hex Logo

#602397 Color Hex

#602397
(96,35,151)
0 Favorites   0 Comments

Color spaces of #602397

RGB 9635151
HSL0.750.620.36
HSV272°77°59°
CMYK 0.360.770.00   0.41
XYZ11.01085.923229.8411
Yxy5.92320.23540.1266
Hunter Lab24.337638.1659-55.6609
CIE-Lab29.217948.8373-51.9498

#602397 color RGB value is (96,35,151).

#602397 hex color red value is 96, green value is 35 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #602397 hue: 0.75 , saturation: 0.62 and the lightness value of 602397 is 0.36.

The process color (four color CMYK) of #602397 color hex is 0.36, 0.77, 0.00, 0.41. Web safe color of #602397 is #663399. Color #602397 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100011 10010111
Octal 140 43 227
Decimal 96 35 151
Hex 60 23 97

RGB Percentages of Color #602397

%34.04
%12.41
%53.55

CMYK Percentages of Color #602397

%36
%77
%0
%41

Triadic Colors of #602397

#602397 #976023 #239760

Analogous Colors of #602397

#602397 #972394 #262397

Monochromatic Colors of #602397

#602397

Complementary Color

#602397 #5a9723

#602397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602397 Color CSS Codes

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

#602397 Text Font Color

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

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


#602397 Background Color

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

This div background color is #602397


#602397 Border Color

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

This div border color is #602397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602397


Comments

No comments written yet.

Please login to write comment.