Color Hex Logo

#68175e Color Hex

#68175E
(104,23,94)
0 Favorites   0 Comments

Color spaces of #68175e

RGB 1042394
HSL0.850.640.25
HSV307°78°41°
CMYK 0.000.780.10   0.59
XYZ8.03574.364011.0085
Yxy4.36400.34330.1864
Hunter Lab20.890232.1047-16.6209
CIE-Lab24.840043.4134-22.7583

#68175e color RGB value is (104,23,94).

#68175e hex color red value is 104, green value is 23 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #68175e hue: 0.85 , saturation: 0.64 and the lightness value of 68175e is 0.25.

The process color (four color CMYK) of #68175e color hex is 0.00, 0.78, 0.10, 0.59. Web safe color of #68175e is #660066. Color #68175e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010111 01011110
Octal 150 27 136
Decimal 104 23 94
Hex 68 17 5E

RGB Percentages of Color #68175e

%47.06
%10.41
%42.53

CMYK Percentages of Color #68175e

%0
%78
%10
%59

Triadic Colors of #68175e

#68175e #5e6817 #175e68

Analogous Colors of #68175e

#68175e #681736 #4a1768

Monochromatic Colors of #68175e

#68175e

Complementary Color

#68175e #176821

#68175e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68175e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68175e Color CSS Codes

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

#68175e Text Font Color

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

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


#68175e Background Color

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

This div background color is #68175e


#68175e Border Color

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

This div border color is #68175e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,23,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68175e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68175e;
  -webkit-box-shadow: 1px 1px 3px 2px #68175e;
  box-shadow:         1px 1px 3px 2px #68175e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68175e


Comments

No comments written yet.

Please login to write comment.