Color Hex Logo

#685273 Color Hex

#685273
(104,82,115)
0 Favorites   0 Comments

Color spaces of #685273

RGB 10482115
HSL0.780.170.39
HSV280°29°45°
CMYK 0.100.290.00   0.55
XYZ11.820710.215417.5684
Yxy10.21540.29850.2579
Hunter Lab31.961510.0840-10.2170
CIE-Lab38.226315.8433-15.3879

#685273 color RGB value is (104,82,115).

#685273 hex color red value is 104, green value is 82 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #685273 hue: 0.78 , saturation: 0.17 and the lightness value of 685273 is 0.39.

The process color (four color CMYK) of #685273 color hex is 0.10, 0.29, 0.00, 0.55. Web safe color of #685273 is #666666. Color #685273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010010 01110011
Octal 150 122 163
Decimal 104 82 115
Hex 68 52 73

RGB Percentages of Color #685273

%34.55
%27.24
%38.21

CMYK Percentages of Color #685273

%10
%29
%0
%55

Triadic Colors of #685273

#685273 #736852 #527368

Analogous Colors of #685273

#685273 #73526e #585273

Monochromatic Colors of #685273

#685273

Complementary Color

#685273 #5d7352

#685273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#685273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#685273 Color CSS Codes

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

#685273 Text Font Color

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

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


#685273 Background Color

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

This div background color is #685273


#685273 Border Color

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

This div border color is #685273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #685273


Comments

No comments written yet.

Please login to write comment.