Color Hex Logo

#685cda Color Hex

#685CDA
(104,92,218)
0 Favorites   0 Comments

Color spaces of #685cda

RGB 10492218
HSL0.680.630.61
HSV246°58°85°
CMYK 0.520.580.00   0.15
XYZ22.191015.659368.1826
Yxy15.65930.20930.1477
Hunter Lab39.571830.8481-74.4569
CIE-Lab46.524338.3797-63.3065

#685cda color RGB value is (104,92,218).

#685cda hex color red value is 104, green value is 92 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #685cda hue: 0.68 , saturation: 0.63 and the lightness value of 685cda is 0.61.

The process color (four color CMYK) of #685cda color hex is 0.52, 0.58, 0.00, 0.15. Web safe color of #685cda is #6666cc. Color #685cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011100 11011010
Octal 150 134 332
Decimal 104 92 218
Hex 68 5C DA

RGB Percentages of Color #685cda

%25.12
%22.22
%52.66

CMYK Percentages of Color #685cda

%52
%58
%0
%15

Triadic Colors of #685cda

#685cda #da685c #5cda68

Analogous Colors of #685cda

#685cda #a75cda #5c8fda

Monochromatic Colors of #685cda

#685cda

Complementary Color

#685cda #ceda5c

#685cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#685cda Color CSS Codes

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

#685cda Text Font Color

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

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


#685cda Background Color

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

This div background color is #685cda


#685cda Border Color

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

This div border color is #685cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685cda


Comments

No comments written yet.

Please login to write comment.