Color Hex Logo

#685eba Color Hex

#685EBA
(104,94,186)
0 Favorites   0 Comments

Color spaces of #685eba

RGB 10494186
HSL0.680.400.55
HSV247°49°73°
CMYK 0.440.490.00   0.27
XYZ18.574514.493648.2729
Yxy14.49360.22840.1782
Hunter Lab38.070520.4665-48.5297
CIE-Lab44.932727.5139-47.4465

#685eba color RGB value is (104,94,186).

#685eba hex color red value is 104, green value is 94 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #685eba hue: 0.68 , saturation: 0.40 and the lightness value of 685eba is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01011110 10111010
Octal 150 136 272
Decimal 104 94 186
Hex 68 5E BA

RGB Percentages of Color #685eba

%27.08
%24.48
%48.44

CMYK Percentages of Color #685eba

%44
%49
%0
%27

Triadic Colors of #685eba

#685eba #ba685e #5eba68

Analogous Colors of #685eba

#685eba #965eba #5e82ba

Monochromatic Colors of #685eba

#685eba

Complementary Color

#685eba #b0ba5e

#685eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#685eba Color CSS Codes

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

#685eba Text Font Color

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

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


#685eba Background Color

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

This div background color is #685eba


#685eba Border Color

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

This div border color is #685eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685eba


Comments

No comments written yet.

Please login to write comment.