Color Hex Logo

#685087 Color Hex

#685087
(104,80,135)
0 Favorites   0 Comments

Color spaces of #685087

RGB 10480135
HSL0.740.260.42
HSV266°41°53°
CMYK 0.230.410.00   0.47
XYZ12.950810.429624.2522
Yxy10.42960.27190.2190
Hunter Lab32.294915.0655-21.9180
CIE-Lab38.602721.9336-27.0922

#685087 color RGB value is (104,80,135).

#685087 hex color red value is 104, green value is 80 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #685087 hue: 0.74 , saturation: 0.26 and the lightness value of 685087 is 0.42.

The process color (four color CMYK) of #685087 color hex is 0.23, 0.41, 0.00, 0.47. Web safe color of #685087 is #666699. Color #685087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010000 10000111
Octal 150 120 207
Decimal 104 80 135
Hex 68 50 87

RGB Percentages of Color #685087

%32.60
%25.08
%42.32

CMYK Percentages of Color #685087

%23
%41
%0
%47

Triadic Colors of #685087

#685087 #876850 #508768

Analogous Colors of #685087

#685087 #845087 #505387

Monochromatic Colors of #685087

#685087

Complementary Color

#685087 #6f8750

#685087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685087 Color CSS Codes

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

#685087 Text Font Color

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

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


#685087 Background Color

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

This div background color is #685087


#685087 Border Color

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

This div border color is #685087


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,80,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #685087; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #685087;
  -webkit-box-shadow: 1px 1px 3px 2px #685087;
  box-shadow:         1px 1px 3px 2px #685087; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685087


Comments

No comments written yet.

Please login to write comment.