Color Hex Logo

#603dac Color Hex

#603DAC
(96,61,172)
0 Favorites   0 Comments

Color spaces of #603dac

RGB 9661172
HSL0.720.480.46
HSV259°65°67°
CMYK 0.440.650.00   0.33
XYZ13.93908.802839.9942
Yxy8.80280.22220.1403
Hunter Lab29.669531.9392-59.1537
CIE-Lab35.601841.2527-54.2641

#603dac color RGB value is (96,61,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111101 10101100
Octal 140 75 254
Decimal 96 61 172
Hex 60 3D AC

RGB Percentages of Color #603dac

%29.18
%18.54
%52.28

CMYK Percentages of Color #603dac

%44
%65
%0
%33

Triadic Colors of #603dac

#603dac #ac603d #3dac60

Analogous Colors of #603dac

#603dac #983dac #3d51ac

Monochromatic Colors of #603dac

#603dac

Complementary Color

#603dac #89ac3d

#603dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#603dac Color CSS Codes

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

#603dac Text Font Color

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

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


#603dac Background Color

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

This div background color is #603dac


#603dac Border Color

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

This div border color is #603dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603dac


Comments

No comments written yet.

Please login to write comment.