Color Hex Logo

#684877 Color Hex

#684877
(104,72,119)
0 Favorites   0 Comments

Color spaces of #684877

RGB 10472119
HSL0.780.250.37
HSV281°39°47°
CMYK 0.130.390.00   0.53
XYZ11.35618.909718.5740
Yxy8.90970.29240.2294
Hunter Lab29.849115.6744-15.9996
CIE-Lab35.809922.9453-21.5932

#684877 color RGB value is (104,72,119).

#684877 hex color red value is 104, green value is 72 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #684877 hue: 0.78 , saturation: 0.25 and the lightness value of 684877 is 0.37.

The process color (four color CMYK) of #684877 color hex is 0.13, 0.39, 0.00, 0.53. Web safe color of #684877 is #663366. Color #684877 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001000 01110111
Octal 150 110 167
Decimal 104 72 119
Hex 68 48 77

RGB Percentages of Color #684877

%35.25
%24.41
%40.34

CMYK Percentages of Color #684877

%13
%39
%0
%53

Triadic Colors of #684877

#684877 #776848 #487768

Analogous Colors of #684877

#684877 #77486f #514877

Monochromatic Colors of #684877

#684877

Complementary Color

#684877 #577748

#684877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#684877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#684877 Color CSS Codes

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

#684877 Text Font Color

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

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


#684877 Background Color

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

This div background color is #684877


#684877 Border Color

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

This div border color is #684877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #684877


Comments

No comments written yet.

Please login to write comment.