Color Hex Logo

#602faf Color Hex

#602FAF
(96,47,175)
0 Favorites   0 Comments

Color spaces of #602faf

RGB 9647175
HSL0.730.580.44
HSV263°73°69°
CMYK 0.450.730.00   0.31
XYZ13.57827.615041.3116
Yxy7.61500.21720.1218
Hunter Lab27.595339.5388-69.4435
CIE-Lab33.167949.4489-60.0163

#602faf color RGB value is (96,47,175).

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

The process color (four color CMYK) of #602faf color hex is 0.45, 0.73, 0.00, 0.31. Web safe color of #602faf is #663399. Color #602faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101111 10101111
Octal 140 57 257
Decimal 96 47 175
Hex 60 2F AF

RGB Percentages of Color #602faf

%30.19
%14.78
%55.03

CMYK Percentages of Color #602faf

%45
%73
%0
%31

Triadic Colors of #602faf

#602faf #af602f #2faf60

Analogous Colors of #602faf

#602faf #a02faf #2f3eaf

Monochromatic Colors of #602faf

#602faf

Complementary Color

#602faf #7eaf2f

#602faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#602faf Color CSS Codes

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

#602faf Text Font Color

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

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


#602faf Background Color

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

This div background color is #602faf


#602faf Border Color

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

This div border color is #602faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602faf


Comments

No comments written yet.

Please login to write comment.