Color Hex Logo

#602bac Color Hex

#602BAC
(96,43,172)
0 Favorites   0 Comments

Color spaces of #602bac

RGB 9643172
HSL0.740.600.42
HSV265°75°67°
CMYK 0.440.750.00   0.33
XYZ13.13417.193139.7259
Yxy7.19310.21870.1198
Hunter Lab26.820040.4790-69.0468
CIE-Lab32.242550.5562-59.7350

#602bac color RGB value is (96,43,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101011 10101100
Octal 140 53 254
Decimal 96 43 172
Hex 60 2B AC

RGB Percentages of Color #602bac

%30.87
%13.83
%55.31

CMYK Percentages of Color #602bac

%44
%75
%0
%33

Triadic Colors of #602bac

#602bac #ac602b #2bac60

Analogous Colors of #602bac

#602bac #a12bac #2b37ac

Monochromatic Colors of #602bac

#602bac

Complementary Color

#602bac #77ac2b

#602bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#602bac Color CSS Codes

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

#602bac Text Font Color

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

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


#602bac Background Color

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

This div background color is #602bac


#602bac Border Color

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

This div border color is #602bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602bac


Comments

No comments written yet.

Please login to write comment.