Color Hex Logo

#685eae Color Hex

#685EAE
(104,94,174)
0 Favorites   0 Comments

Color spaces of #685eae

RGB 10494174
HSL0.690.330.53
HSV248°46°68°
CMYK 0.400.460.00   0.32
XYZ17.351614.004541.8330
Yxy14.00450.23710.1913
Hunter Lab37.422617.2749-40.0818
CIE-Lab44.239423.9894-41.5340

#685eae color RGB value is (104,94,174).

#685eae hex color red value is 104, green value is 94 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #685eae hue: 0.69 , saturation: 0.33 and the lightness value of 685eae is 0.53.

The process color (four color CMYK) of #685eae color hex is 0.40, 0.46, 0.00, 0.32. Web safe color of #685eae is #666699. Color #685eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011110 10101110
Octal 150 136 256
Decimal 104 94 174
Hex 68 5E AE

RGB Percentages of Color #685eae

%27.96
%25.27
%46.77

CMYK Percentages of Color #685eae

%40
%46
%0
%32

Triadic Colors of #685eae

#685eae #ae685e #5eae68

Analogous Colors of #685eae

#685eae #905eae #5e7cae

Monochromatic Colors of #685eae

#685eae

Complementary Color

#685eae #a4ae5e

#685eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#685eae Color CSS Codes

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

#685eae Text Font Color

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

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


#685eae Background Color

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

This div background color is #685eae


#685eae Border Color

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

This div border color is #685eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685eae


Comments

No comments written yet.

Please login to write comment.