Color Hex Logo

#602390 Color Hex

#602390
(96,35,144)
0 Favorites   0 Comments

Color spaces of #602390

RGB 9635144
HSL0.760.610.35
HSV274°76°56°
CMYK 0.330.760.00   0.44
XYZ10.45895.702526.9350
Yxy5.70250.24270.1323
Hunter Lab23.879936.3894-50.1594
CIE-Lab28.649147.1463-48.5684

#602390 color RGB value is (96,35,144).

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

The process color (four color CMYK) of #602390 color hex is 0.33, 0.76, 0.00, 0.44. Web safe color of #602390 is #663399. Color #602390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100011 10010000
Octal 140 43 220
Decimal 96 35 144
Hex 60 23 90

RGB Percentages of Color #602390

%34.91
%12.73
%52.36

CMYK Percentages of Color #602390

%33
%76
%0
%44

Triadic Colors of #602390

#602390 #906023 #239060

Analogous Colors of #602390

#602390 #90238a #292390

Monochromatic Colors of #602390

#602390

Complementary Color

#602390 #539023

#602390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602390 Color CSS Codes

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

#602390 Text Font Color

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

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


#602390 Background Color

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

This div background color is #602390


#602390 Border Color

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

This div border color is #602390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602390


Comments

No comments written yet.

Please login to write comment.