Color Hex Logo

#602395 Color Hex

#602395
(96,35,149)
0 Favorites   0 Comments

Color spaces of #602395

RGB 9635149
HSL0.760.620.36
HSV272°77°58°
CMYK 0.360.770.00   0.42
XYZ10.84975.858828.9928
Yxy5.85880.23740.1282
Hunter Lab24.205037.6527-54.0743
CIE-Lab29.053448.3516-50.9906

#602395 color RGB value is (96,35,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100011 10010101
Octal 140 43 225
Decimal 96 35 149
Hex 60 23 95

RGB Percentages of Color #602395

%34.29
%12.50
%53.21

CMYK Percentages of Color #602395

%36
%77
%0
%42

Triadic Colors of #602395

#602395 #956023 #239560

Analogous Colors of #602395

#602395 #952391 #272395

Monochromatic Colors of #602395

#602395

Complementary Color

#602395 #589523

#602395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602395 Color CSS Codes

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

#602395 Text Font Color

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

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


#602395 Background Color

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

This div background color is #602395


#602395 Border Color

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

This div border color is #602395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602395


Comments

No comments written yet.

Please login to write comment.