Color Hex Logo

#685aca Color Hex

#685ACA
(104,90,202)
0 Favorites   0 Comments

Color spaces of #685aca

RGB 10490202
HSL0.690.510.57
HSV248°55°79°
CMYK 0.490.550.00   0.21
XYZ20.025814.519757.6242
Yxy14.51970.21730.1575
Hunter Lab38.104727.1268-62.9885
CIE-Lab44.969234.7247-56.6558

#685aca color RGB value is (104,90,202).

#685aca hex color red value is 104, green value is 90 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #685aca hue: 0.69 , saturation: 0.51 and the lightness value of 685aca is 0.57.

The process color (four color CMYK) of #685aca color hex is 0.49, 0.55, 0.00, 0.21. Web safe color of #685aca is #6666cc. Color #685aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011010 11001010
Octal 150 132 312
Decimal 104 90 202
Hex 68 5A CA

RGB Percentages of Color #685aca

%26.26
%22.73
%51.01

CMYK Percentages of Color #685aca

%49
%55
%0
%21

Triadic Colors of #685aca

#685aca #ca685a #5aca68

Analogous Colors of #685aca

#685aca #a05aca #5a84ca

Monochromatic Colors of #685aca

#685aca

Complementary Color

#685aca #bcca5a

#685aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#685aca Color CSS Codes

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

#685aca Text Font Color

<p style="color:#685aca">Text here</p>

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


#685aca Background Color

<div style="background-color:#685aca">
Div content here</div>

This div background color is #685aca


#685aca Border Color

<div style="border:3px solid #685aca">
Div here</div>

This div border color is #685aca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,90,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #685aca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #685aca;
  -webkit-box-shadow: 1px 1px 3px 2px #685aca;
  box-shadow:         1px 1px 3px 2px #685aca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,90,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685aca


Comments

No comments written yet.

Please login to write comment.