Color Hex Logo

#684154 Color Hex

#684154
(104,65,84)
0 Favorites   0 Comments

Color spaces of #684154

RGB 1046584
HSL0.920.230.33
HSV331°38°41°
CMYK 0.000.380.19   0.59
XYZ9.19947.36379.3240
Yxy7.36370.35540.2845
Hunter Lab27.136113.0249-1.3768
CIE-Lab32.620919.9945-4.3252

#684154 color RGB value is (104,65,84).

#684154 hex color red value is 104, green value is 65 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #684154 hue: 0.92 , saturation: 0.23 and the lightness value of 684154 is 0.33.

The process color (four color CMYK) of #684154 color hex is 0.00, 0.38, 0.19, 0.59. Web safe color of #684154 is #663366. Color #684154 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000001 01010100
Octal 150 101 124
Decimal 104 65 84
Hex 68 41 54

RGB Percentages of Color #684154

%41.11
%25.69
%33.20

CMYK Percentages of Color #684154

%0
%38
%19
%59

Triadic Colors of #684154

#684154 #546841 #415468

Analogous Colors of #684154

#684154 #684241 #684168

Monochromatic Colors of #684154

#684154

Complementary Color

#684154 #416855

#684154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684154 Color CSS Codes

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

#684154 Text Font Color

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

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


#684154 Background Color

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

This div background color is #684154


#684154 Border Color

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

This div border color is #684154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684154


Comments

No comments written yet.

Please login to write comment.