Color Hex Logo

#68295c Color Hex

#68295C
(104,41,92)
0 Favorites   0 Comments

Color spaces of #68295c

RGB 1044192
HSL0.870.430.28
HSV311°61°41°
CMYK 0.000.610.12   0.59
XYZ8.43365.301610.7040
Yxy5.30160.34510.2169
Hunter Lab23.025225.0863-11.4452
CIE-Lab27.577335.1788-17.1717

#68295c color RGB value is (104,41,92).

#68295c hex color red value is 104, green value is 41 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #68295c hue: 0.87 , saturation: 0.43 and the lightness value of 68295c is 0.28.

The process color (four color CMYK) of #68295c color hex is 0.00, 0.61, 0.12, 0.59. Web safe color of #68295c is #663366. Color #68295c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101001 01011100
Octal 150 51 134
Decimal 104 41 92
Hex 68 29 5C

RGB Percentages of Color #68295c

%43.88
%17.30
%38.82

CMYK Percentages of Color #68295c

%0
%61
%12
%59

Triadic Colors of #68295c

#68295c #5c6829 #295c68

Analogous Colors of #68295c

#68295c #68293d #542968

Monochromatic Colors of #68295c

#68295c

Complementary Color

#68295c #296835

#68295c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68295c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68295c Color CSS Codes

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

#68295c Text Font Color

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

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


#68295c Background Color

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

This div background color is #68295c


#68295c Border Color

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

This div border color is #68295c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68295c


Comments

No comments written yet.

Please login to write comment.