Color Hex Logo

#603c9a Color Hex

#603C9A
(96,60,154)
0 Favorites   0 Comments

Color spaces of #603c9a

RGB 9660154
HSL0.730.440.42
HSV263°61°60°
CMYK 0.380.610.00   0.40
XYZ12.27258.051631.4791
Yxy8.05160.23690.1554
Hunter Lab28.375327.5454-45.9125
CIE-Lab34.090136.8116-45.8842

#603c9a color RGB value is (96,60,154).

#603c9a hex color red value is 96, green value is 60 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #603c9a hue: 0.73 , saturation: 0.44 and the lightness value of 603c9a is 0.42.

The process color (four color CMYK) of #603c9a color hex is 0.38, 0.61, 0.00, 0.40. Web safe color of #603c9a is #663399. Color #603c9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111100 10011010
Octal 140 74 232
Decimal 96 60 154
Hex 60 3C 9A

RGB Percentages of Color #603c9a

%30.97
%19.35
%49.68

CMYK Percentages of Color #603c9a

%38
%61
%0
%40

Triadic Colors of #603c9a

#603c9a #9a603c #3c9a60

Analogous Colors of #603c9a

#603c9a #8f3c9a #3c479a

Monochromatic Colors of #603c9a

#603c9a

Complementary Color

#603c9a #769a3c

#603c9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603c9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#603c9a Color CSS Codes

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

#603c9a Text Font Color

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

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


#603c9a Background Color

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

This div background color is #603c9a


#603c9a Border Color

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

This div border color is #603c9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603c9a


Comments

No comments written yet.

Please login to write comment.