Color Hex Logo

#683cad Color Hex

#683CAD
(104,60,173)
0 Favorites   0 Comments

Color spaces of #683cad

RGB 10460173
HSL0.730.480.46
HSV263°65°68°
CMYK 0.400.650.00   0.32
XYZ14.86769.191940.5258
Yxy9.19190.23020.1423
Hunter Lab30.318134.4772-58.0293
CIE-Lab36.351243.7525-53.6039

#683cad color RGB value is (104,60,173).

#683cad hex color red value is 104, green value is 60 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #683cad hue: 0.73 , saturation: 0.48 and the lightness value of 683cad is 0.46.

The process color (four color CMYK) of #683cad color hex is 0.40, 0.65, 0.00, 0.32. Web safe color of #683cad is #663399. Color #683cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111100 10101101
Octal 150 74 255
Decimal 104 60 173
Hex 68 3C AD

RGB Percentages of Color #683cad

%30.86
%17.80
%51.34

CMYK Percentages of Color #683cad

%40
%65
%0
%32

Triadic Colors of #683cad

#683cad #ad683c #3cad68

Analogous Colors of #683cad

#683cad #a13cad #3c49ad

Monochromatic Colors of #683cad

#683cad

Complementary Color

#683cad #81ad3c

#683cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#683cad Color CSS Codes

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

#683cad Text Font Color

<p style="color:#683cad">Text here</p>

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


#683cad Background Color

<div style="background-color:#683cad">
Div content here</div>

This div background color is #683cad


#683cad Border Color

<div style="border:3px solid #683cad">
Div here</div>

This div border color is #683cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,60,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #683cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #683cad;
  -webkit-box-shadow: 1px 1px 3px 2px #683cad;
  box-shadow:         1px 1px 3px 2px #683cad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,60,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 #683cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683cad


Comments

No comments written yet.

Please login to write comment.