Color Hex Logo

#603aae Color Hex

#603AAE
(96,58,174)
0 Favorites   0 Comments

Color spaces of #603aae

RGB 9658174
HSL0.720.500.45
HSV260°67°68°
CMYK 0.450.670.00   0.32
XYZ13.97698.568940.9617
Yxy8.56890.22010.1349
Hunter Lab29.272734.0016-62.4745
CIE-Lab35.140743.4791-56.2050

#603aae color RGB value is (96,58,174).

#603aae hex color red value is 96, green value is 58 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #603aae hue: 0.72 , saturation: 0.50 and the lightness value of 603aae is 0.45.

The process color (four color CMYK) of #603aae color hex is 0.45, 0.67, 0.00, 0.32. Web safe color of #603aae is #663399. Color #603aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111010 10101110
Octal 140 72 256
Decimal 96 58 174
Hex 60 3A AE

RGB Percentages of Color #603aae

%29.27
%17.68
%53.05

CMYK Percentages of Color #603aae

%45
%67
%0
%32

Triadic Colors of #603aae

#603aae #ae603a #3aae60

Analogous Colors of #603aae

#603aae #9a3aae #3a4eae

Monochromatic Colors of #603aae

#603aae

Complementary Color

#603aae #88ae3a

#603aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#603aae Color CSS Codes

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

#603aae Text Font Color

<p style="color:#603aae">Text here</p>

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


#603aae Background Color

<div style="background-color:#603aae">
Div content here</div>

This div background color is #603aae


#603aae Border Color

<div style="border:3px solid #603aae">
Div here</div>

This div border color is #603aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603aae


Comments

No comments written yet.

Please login to write comment.