Color Hex Logo

#602baa Color Hex

#602BAA
(96,43,170)
0 Favorites   0 Comments

Color spaces of #602baa

RGB 9643170
HSL0.740.600.42
HSV265°75°67°
CMYK 0.440.750.00   0.33
XYZ12.94347.116838.7217
Yxy7.11680.22020.1211
Hunter Lab26.677339.9199-67.3843
CIE-Lab32.071350.0368-58.8156

#602baa color RGB value is (96,43,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101011 10101010
Octal 140 53 252
Decimal 96 43 170
Hex 60 2B AA

RGB Percentages of Color #602baa

%31.07
%13.92
%55.02

CMYK Percentages of Color #602baa

%44
%75
%0
%33

Triadic Colors of #602baa

#602baa #aa602b #2baa60

Analogous Colors of #602baa

#602baa #a02baa #2b35aa

Monochromatic Colors of #602baa

#602baa

Complementary Color

#602baa #75aa2b

#602baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#602baa Color CSS Codes

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

#602baa Text Font Color

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

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


#602baa Background Color

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

This div background color is #602baa


#602baa Border Color

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

This div border color is #602baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602baa


Comments

No comments written yet.

Please login to write comment.