Color Hex Logo

#602cae Color Hex

#602CAE
(96,44,174)
0 Favorites   0 Comments

Color spaces of #602cae

RGB 9644174
HSL0.730.600.43
HSV264°75°68°
CMYK 0.450.750.00   0.32
XYZ13.36457.344240.7576
Yxy7.34420.21740.1195
Hunter Lab27.100240.6022-70.1997
CIE-Lab32.578050.6130-60.3832

#602cae color RGB value is (96,44,174).

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

The process color (four color CMYK) of #602cae color hex is 0.45, 0.75, 0.00, 0.32. Web safe color of #602cae is #663399. Color #602cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101100 10101110
Octal 140 54 256
Decimal 96 44 174
Hex 60 2C AE

RGB Percentages of Color #602cae

%30.57
%14.01
%55.41

CMYK Percentages of Color #602cae

%45
%75
%0
%32

Triadic Colors of #602cae

#602cae #ae602c #2cae60

Analogous Colors of #602cae

#602cae #a12cae #2c39ae

Monochromatic Colors of #602cae

#602cae

Complementary Color

#602cae #7aae2c

#602cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#602cae Color CSS Codes

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

#602cae Text Font Color

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

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


#602cae Background Color

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

This div background color is #602cae


#602cae Border Color

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

This div border color is #602cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602cae


Comments

No comments written yet.

Please login to write comment.