Color Hex Logo

#602fac Color Hex

#602FAC
(96,47,172)
0 Favorites   0 Comments

Color spaces of #602fac

RGB 9647172
HSL0.730.570.43
HSV264°73°67°
CMYK 0.440.730.00   0.33
XYZ13.28687.498439.7768
Yxy7.49840.21940.1238
Hunter Lab27.383238.6906-66.9563
CIE-Lab32.915648.6528-58.6355

#602fac color RGB value is (96,47,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101111 10101100
Octal 140 57 254
Decimal 96 47 172
Hex 60 2F AC

RGB Percentages of Color #602fac

%30.48
%14.92
%54.60

CMYK Percentages of Color #602fac

%44
%73
%0
%33

Triadic Colors of #602fac

#602fac #ac602f #2fac60

Analogous Colors of #602fac

#602fac #9f2fac #2f3dac

Monochromatic Colors of #602fac

#602fac

Complementary Color

#602fac #7bac2f

#602fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#602fac Color CSS Codes

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

#602fac Text Font Color

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

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


#602fac Background Color

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

This div background color is #602fac


#602fac Border Color

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

This div border color is #602fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602fac


Comments

No comments written yet.

Please login to write comment.