Color Hex Logo

#68445d Color Hex

#68445D
(104,68,93)
0 Favorites   0 Comments

Color spaces of #68445d

RGB 1046893
HSL0.880.210.34
HSV318°35°41°
CMYK 0.000.350.11   0.59
XYZ9.75187.867611.3605
Yxy7.86760.33650.2715
Hunter Lab28.049212.9724-4.3792
CIE-Lab33.705619.8251-8.4555

#68445d color RGB value is (104,68,93).

#68445d hex color red value is 104, green value is 68 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #68445d hue: 0.88 , saturation: 0.21 and the lightness value of 68445d is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000100 01011101
Octal 150 104 135
Decimal 104 68 93
Hex 68 44 5D

RGB Percentages of Color #68445d

%39.25
%25.66
%35.09

CMYK Percentages of Color #68445d

%0
%35
%11
%59

Triadic Colors of #68445d

#68445d #5d6844 #445d68

Analogous Colors of #68445d

#68445d #68444b #614468

Monochromatic Colors of #68445d

#68445d

Complementary Color

#68445d #44684f

#68445d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68445d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68445d Color CSS Codes

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

#68445d Text Font Color

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

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


#68445d Background Color

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

This div background color is #68445d


#68445d Border Color

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

This div border color is #68445d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,68,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 #68445d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68445d


Comments

No comments written yet.

Please login to write comment.