Color Hex Logo

#602690 Color Hex

#602690
(96,38,144)
0 Favorites   0 Comments

Color spaces of #602690

RGB 9638144
HSL0.760.580.36
HSV273°74°56°
CMYK 0.330.740.00   0.44
XYZ10.55105.886626.9657
Yxy5.88660.24310.1356
Hunter Lab24.262335.1656-48.9127
CIE-Lab29.124545.7984-47.7964

#602690 color RGB value is (96,38,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100110 10010000
Octal 140 46 220
Decimal 96 38 144
Hex 60 26 90

RGB Percentages of Color #602690

%34.53
%13.67
%51.80

CMYK Percentages of Color #602690

%33
%74
%0
%44

Triadic Colors of #602690

#602690 #906026 #269060

Analogous Colors of #602690

#602690 #90268b #2b2690

Monochromatic Colors of #602690

#602690

Complementary Color

#602690 #569026

#602690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602690 Color CSS Codes

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

#602690 Text Font Color

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

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


#602690 Background Color

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

This div background color is #602690


#602690 Border Color

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

This div border color is #602690


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,38,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 #602690">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602690


Comments

No comments written yet.

Please login to write comment.