Color Hex Logo

#68375d Color Hex

#68375D
(104,55,93)
0 Favorites   0 Comments

Color spaces of #68375d

RGB 1045593
HSL0.870.310.31
HSV313°47°41°
CMYK 0.000.470.11   0.59
XYZ9.05096.465711.1269
Yxy6.46570.33970.2427
Hunter Lab25.427719.0378-8.1452
CIE-Lab30.558227.6435-13.2322

#68375d color RGB value is (104,55,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110111 01011101
Octal 150 67 135
Decimal 104 55 93
Hex 68 37 5D

RGB Percentages of Color #68375d

%41.27
%21.83
%36.90

CMYK Percentages of Color #68375d

%0
%47
%11
%59

Triadic Colors of #68375d

#68375d #5d6837 #375d68

Analogous Colors of #68375d

#68375d #683745 #5b3768

Monochromatic Colors of #68375d

#68375d

Complementary Color

#68375d #376842

#68375d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68375d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68375d Color CSS Codes

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

#68375d Text Font Color

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

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


#68375d Background Color

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

This div background color is #68375d


#68375d Border Color

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

This div border color is #68375d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68375d


Comments

No comments written yet.

Please login to write comment.