Color Hex Logo

#68395d Color Hex

#68395D
(104,57,93)
0 Favorites   0 Comments

Color spaces of #68395d

RGB 1045793
HSL0.870.290.32
HSV314°45°41°
CMYK 0.000.450.11   0.59
XYZ9.14786.659611.1592
Yxy6.65960.33920.2470
Hunter Lab25.806218.1140-7.5740
CIE-Lab31.019126.4690-12.5280

#68395d color RGB value is (104,57,93).

#68395d hex color red value is 104, green value is 57 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #68395d hue: 0.87 , saturation: 0.29 and the lightness value of 68395d is 0.32.

The process color (four color CMYK) of #68395d color hex is 0.00, 0.45, 0.11, 0.59. Web safe color of #68395d is #663366. Color #68395d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111001 01011101
Octal 150 71 135
Decimal 104 57 93
Hex 68 39 5D

RGB Percentages of Color #68395d

%40.94
%22.44
%36.61

CMYK Percentages of Color #68395d

%0
%45
%11
%59

Triadic Colors of #68395d

#68395d #5d6839 #395d68

Analogous Colors of #68395d

#68395d #683946 #5b3968

Monochromatic Colors of #68395d

#68395d

Complementary Color

#68395d #396844

#68395d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68395d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68395d Color CSS Codes

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

#68395d Text Font Color

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

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


#68395d Background Color

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

This div background color is #68395d


#68395d Border Color

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

This div border color is #68395d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,57,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68395d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68395d;
  -webkit-box-shadow: 1px 1px 3px 2px #68395d;
  box-shadow:         1px 1px 3px 2px #68395d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68395d


Comments

No comments written yet.

Please login to write comment.