Color Hex Logo

#602aca Color Hex

#602ACA
(96,42,202)
0 Favorites   0 Comments

Color spaces of #602aca

RGB 9642202
HSL0.720.660.48
HSV260°79°79°
CMYK 0.520.790.00   0.21
XYZ16.31258.407056.6401
Yxy8.40700.20050.1033
Hunter Lab28.994849.6832-95.5240
CIE-Lab34.816558.8262-73.2341

#602aca color RGB value is (96,42,202).

#602aca hex color red value is 96, green value is 42 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #602aca hue: 0.72 , saturation: 0.66 and the lightness value of 602aca is 0.48.

The process color (four color CMYK) of #602aca color hex is 0.52, 0.79, 0.00, 0.21. Web safe color of #602aca is #6633cc. Color #602aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101010 11001010
Octal 140 52 312
Decimal 96 42 202
Hex 60 2A CA

RGB Percentages of Color #602aca

%28.24
%12.35
%59.41

CMYK Percentages of Color #602aca

%52
%79
%0
%21

Triadic Colors of #602aca

#602aca #ca602a #2aca60

Analogous Colors of #602aca

#602aca #b02aca #2a44ca

Monochromatic Colors of #602aca

#602aca

Complementary Color

#602aca #94ca2a

#602aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#602aca Color CSS Codes

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

#602aca Text Font Color

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

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


#602aca Background Color

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

This div background color is #602aca


#602aca Border Color

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

This div border color is #602aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602aca


Comments

No comments written yet.

Please login to write comment.