Color Hex Logo

#602dac Color Hex

#602DAC
(96,45,172)
0 Favorites   0 Comments

Color spaces of #602dac

RGB 9645172
HSL0.730.590.43
HSV264°74°67°
CMYK 0.440.740.00   0.33
XYZ13.20877.342139.7507
Yxy7.34210.21900.1218
Hunter Lab27.096339.5953-68.0119
CIE-Lab32.573449.6187-59.1943

#602dac color RGB value is (96,45,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101101 10101100
Octal 140 55 254
Decimal 96 45 172
Hex 60 2D AC

RGB Percentages of Color #602dac

%30.67
%14.38
%54.95

CMYK Percentages of Color #602dac

%44
%74
%0
%33

Triadic Colors of #602dac

#602dac #ac602d #2dac60

Analogous Colors of #602dac

#602dac #a02dac #2d3aac

Monochromatic Colors of #602dac

#602dac

Complementary Color

#602dac #79ac2d

#602dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#602dac Color CSS Codes

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

#602dac Text Font Color

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

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


#602dac Background Color

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

This div background color is #602dac


#602dac Border Color

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

This div border color is #602dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602dac


Comments

No comments written yet.

Please login to write comment.