Color Hex Logo

#68436c Color Hex

#68436C
(104,67,108)
0 Favorites   0 Comments

Color spaces of #68436c

RGB 10467108
HSL0.820.230.34
HSV294°38°42°
CMYK 0.040.380.00   0.58
XYZ10.42288.040115.1899
Yxy8.04010.30970.2389
Hunter Lab28.355115.9919-11.9133
CIE-Lab34.066323.5207-17.4066

#68436c color RGB value is (104,67,108).

#68436c hex color red value is 104, green value is 67 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #68436c hue: 0.82 , saturation: 0.23 and the lightness value of 68436c is 0.34.

The process color (four color CMYK) of #68436c color hex is 0.04, 0.38, 0.00, 0.58. Web safe color of #68436c is #663366. Color #68436c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000011 01101100
Octal 150 103 154
Decimal 104 67 108
Hex 68 43 6C

RGB Percentages of Color #68436c

%37.28
%24.01
%38.71

CMYK Percentages of Color #68436c

%4
%38
%0
%58

Triadic Colors of #68436c

#68436c #6c6843 #436c68

Analogous Colors of #68436c

#68436c #6c435c #54436c

Monochromatic Colors of #68436c

#68436c

Complementary Color

#68436c #476c43

#68436c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68436c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68436c Color CSS Codes

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

#68436c Text Font Color

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

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


#68436c Background Color

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

This div background color is #68436c


#68436c Border Color

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

This div border color is #68436c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,67,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68436c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68436c;
  -webkit-box-shadow: 1px 1px 3px 2px #68436c;
  box-shadow:         1px 1px 3px 2px #68436c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68436c


Comments

No comments written yet.

Please login to write comment.