Color Hex Logo

#685ccd Color Hex

#685CCD
(104,92,205)
0 Favorites   0 Comments

Color spaces of #685ccd

RGB 10492205
HSL0.680.530.58
HSV246°55°80°
CMYK 0.490.550.00   0.20
XYZ20.555515.005159.5705
Yxy15.00510.21610.1577
Hunter Lab38.736426.9324-64.0632
CIE-Lab45.641234.4287-57.2984

#685ccd color RGB value is (104,92,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011100 11001101
Octal 150 134 315
Decimal 104 92 205
Hex 68 5C CD

RGB Percentages of Color #685ccd

%25.94
%22.94
%51.12

CMYK Percentages of Color #685ccd

%49
%55
%0
%20

Triadic Colors of #685ccd

#685ccd #cd685c #5ccd68

Analogous Colors of #685ccd

#685ccd #a15ccd #5c89cd

Monochromatic Colors of #685ccd

#685ccd

Complementary Color

#685ccd #c1cd5c

#685ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#685ccd Color CSS Codes

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

#685ccd Text Font Color

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

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


#685ccd Background Color

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

This div background color is #685ccd


#685ccd Border Color

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

This div border color is #685ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685ccd


Comments

No comments written yet.

Please login to write comment.