Color Hex Logo

#685bca Color Hex

#685BCA
(104,91,202)
0 Favorites   0 Comments

Color spaces of #685bca

RGB 10491202
HSL0.690.510.57
HSV247°55°79°
CMYK 0.490.550.00   0.21
XYZ20.110714.689557.6525
Yxy14.68950.21750.1589
Hunter Lab38.326926.5896-62.3571
CIE-Lab45.206034.1241-56.2740

#685bca color RGB value is (104,91,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011011 11001010
Octal 150 133 312
Decimal 104 91 202
Hex 68 5B CA

RGB Percentages of Color #685bca

%26.20
%22.92
%50.88

CMYK Percentages of Color #685bca

%49
%55
%0
%21

Triadic Colors of #685bca

#685bca #ca685b #5bca68

Analogous Colors of #685bca

#685bca #a05bca #5b86ca

Monochromatic Colors of #685bca

#685bca

Complementary Color

#685bca #bdca5b

#685bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#685bca Color CSS Codes

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

#685bca Text Font Color

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

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


#685bca Background Color

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

This div background color is #685bca


#685bca Border Color

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

This div border color is #685bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685bca


Comments

No comments written yet.

Please login to write comment.