Color Hex Logo

#602068 Color Hex

#602068
(96,32,104)
0 Favorites   0 Comments

Color spaces of #602068

RGB 9632104
HSL0.810.530.27
HSV293°69°41°
CMYK 0.080.690.00   0.59
XYZ7.83914.519313.5558
Yxy4.51930.30250.1744
Hunter Lab21.258628.6190-22.9258
CIE-Lab25.318939.5451-28.6267

#602068 color RGB value is (96,32,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100000 01101000
Octal 140 40 150
Decimal 96 32 104
Hex 60 20 68

RGB Percentages of Color #602068

%41.38
%13.79
%44.83

CMYK Percentages of Color #602068

%8
%69
%0
%59

Triadic Colors of #602068

#602068 #686020 #206860

Analogous Colors of #602068

#602068 #68204c #3c2068

Monochromatic Colors of #602068

#602068

Complementary Color

#602068 #286820

#602068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602068 Color CSS Codes

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

#602068 Text Font Color

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

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


#602068 Background Color

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

This div background color is #602068


#602068 Border Color

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

This div border color is #602068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602068


Comments

No comments written yet.

Please login to write comment.