Color Hex Logo

#683cac Color Hex

#683CAC
(104,60,172)
0 Favorites   0 Comments

Color spaces of #683cac

RGB 10460172
HSL0.730.480.45
HSV264°65°67°
CMYK 0.400.650.00   0.33
XYZ14.77129.153340.0180
Yxy9.15330.23100.1431
Hunter Lab30.254434.2043-57.2457
CIE-Lab36.277843.4852-53.1270

#683cac color RGB value is (104,60,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111100 10101100
Octal 150 74 254
Decimal 104 60 172
Hex 68 3C AC

RGB Percentages of Color #683cac

%30.95
%17.86
%51.19

CMYK Percentages of Color #683cac

%40
%65
%0
%33

Triadic Colors of #683cac

#683cac #ac683c #3cac68

Analogous Colors of #683cac

#683cac #a03cac #3c48ac

Monochromatic Colors of #683cac

#683cac

Complementary Color

#683cac #80ac3c

#683cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#683cac Color CSS Codes

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

#683cac Text Font Color

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

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


#683cac Background Color

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

This div background color is #683cac


#683cac Border Color

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

This div border color is #683cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683cac


Comments

No comments written yet.

Please login to write comment.