Color Hex Logo

#602ab0 Color Hex

#602AB0
(96,42,176)
0 Favorites   0 Comments

Color spaces of #602ab0

RGB 9642176
HSL0.730.610.43
HSV264°76°69°
CMYK 0.450.760.00   0.31
XYZ13.48837.277341.7680
Yxy7.27730.21570.1164
Hunter Lab26.976542.0416-72.9159
CIE-Lab32.430052.0511-61.8197

#602ab0 color RGB value is (96,42,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101010 10110000
Octal 140 52 260
Decimal 96 42 176
Hex 60 2A B0

RGB Percentages of Color #602ab0

%30.57
%13.38
%56.05

CMYK Percentages of Color #602ab0

%45
%76
%0
%31

Triadic Colors of #602ab0

#602ab0 #b0602a #2ab060

Analogous Colors of #602ab0

#602ab0 #a32ab0 #2a37b0

Monochromatic Colors of #602ab0

#602ab0

Complementary Color

#602ab0 #7ab02a

#602ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602ab0 Color CSS Codes

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

#602ab0 Text Font Color

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

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


#602ab0 Background Color

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

This div background color is #602ab0


#602ab0 Border Color

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

This div border color is #602ab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602ab0


Comments

No comments written yet.

Please login to write comment.