Color Hex Logo

#603aac Color Hex

#603AAC
(96,58,172)
0 Favorites   0 Comments

Color spaces of #603aac

RGB 9658172
HSL0.720.500.45
HSV260°66°67°
CMYK 0.440.660.00   0.33
XYZ13.78338.491539.9423
Yxy8.49150.22150.1365
Hunter Lab29.140233.4352-60.8704
CIE-Lab34.986242.9206-55.2635

#603aac color RGB value is (96,58,172).

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

The process color (four color CMYK) of #603aac color hex is 0.44, 0.66, 0.00, 0.33. Web safe color of #603aac is #663399. Color #603aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111010 10101100
Octal 140 72 254
Decimal 96 58 172
Hex 60 3A AC

RGB Percentages of Color #603aac

%29.45
%17.79
%52.76

CMYK Percentages of Color #603aac

%44
%66
%0
%33

Triadic Colors of #603aac

#603aac #ac603a #3aac60

Analogous Colors of #603aac

#603aac #993aac #3a4dac

Monochromatic Colors of #603aac

#603aac

Complementary Color

#603aac #86ac3a

#603aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#603aac Color CSS Codes

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

#603aac Text Font Color

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

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


#603aac Background Color

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

This div background color is #603aac


#603aac Border Color

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

This div border color is #603aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603aac


Comments

No comments written yet.

Please login to write comment.