Color Hex Logo

#603fad Color Hex

#603FAD
(96,63,173)
0 Favorites   0 Comments

Color spaces of #603fad

RGB 9663173
HSL0.720.470.46
HSV258°64°68°
CMYK 0.450.640.00   0.32
XYZ14.14429.058940.5382
Yxy9.05890.22190.1421
Hunter Lab30.098031.2124-58.7875
CIE-Lab36.097540.4039-54.0560

#603fad color RGB value is (96,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111111 10101101
Octal 140 77 255
Decimal 96 63 173
Hex 60 3F AD

RGB Percentages of Color #603fad

%28.92
%18.98
%52.11

CMYK Percentages of Color #603fad

%45
%64
%0
%32

Triadic Colors of #603fad

#603fad #ad603f #3fad60

Analogous Colors of #603fad

#603fad #973fad #3f55ad

Monochromatic Colors of #603fad

#603fad

Complementary Color

#603fad #8cad3f

#603fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#603fad Color CSS Codes

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

#603fad Text Font Color

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

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


#603fad Background Color

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

This div background color is #603fad


#603fad Border Color

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

This div border color is #603fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603fad


Comments

No comments written yet.

Please login to write comment.