Color Hex Logo

#602daa Color Hex

#602DAA
(96,45,170)
0 Favorites   0 Comments

Color spaces of #602daa

RGB 9645170
HSL0.730.580.42
HSV264°74°67°
CMYK 0.440.740.00   0.33
XYZ13.01807.265838.7465
Yxy7.26580.22050.1231
Hunter Lab26.955139.0351-66.3574
CIE-Lab32.404549.0940-58.2715

#602daa color RGB value is (96,45,170).

#602daa hex color red value is 96, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #602daa hue: 0.73 , saturation: 0.58 and the lightness value of 602daa is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101101 10101010
Octal 140 55 252
Decimal 96 45 170
Hex 60 2D AA

RGB Percentages of Color #602daa

%30.87
%14.47
%54.66

CMYK Percentages of Color #602daa

%44
%74
%0
%33

Triadic Colors of #602daa

#602daa #aa602d #2daa60

Analogous Colors of #602daa

#602daa #9f2daa #2d39aa

Monochromatic Colors of #602daa

#602daa

Complementary Color

#602daa #77aa2d

#602daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#602daa Color CSS Codes

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

#602daa Text Font Color

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

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


#602daa Background Color

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

This div background color is #602daa


#602daa Border Color

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

This div border color is #602daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,45,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #602daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #602daa;
  -webkit-box-shadow: 1px 1px 3px 2px #602daa;
  box-shadow:         1px 1px 3px 2px #602daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602daa


Comments

No comments written yet.

Please login to write comment.