Color Hex Logo

#68293f Color Hex

#68293F
(104,41,63)
0 Favorites   0 Comments

Color spaces of #68293f

RGB 1044163
HSL0.940.430.28
HSV339°61°41°
CMYK 0.000.610.39   0.59
XYZ7.39914.88785.2561
Yxy4.88780.42180.2786
Hunter Lab22.108421.04971.3801
CIE-Lab26.412730.67960.3030

#68293f color RGB value is (104,41,63).

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

The process color (four color CMYK) of #68293f color hex is 0.00, 0.61, 0.39, 0.59. Web safe color of #68293f is #663333. Color #68293f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101001 00111111
Octal 150 51 77
Decimal 104 41 63
Hex 68 29 3F

RGB Percentages of Color #68293f

%50.00
%19.71
%30.29

CMYK Percentages of Color #68293f

%0
%61
%39
%59

Triadic Colors of #68293f

#68293f #3f6829 #293f68

Analogous Colors of #68293f

#68293f #683329 #68295f

Monochromatic Colors of #68293f

#68293f

Complementary Color

#68293f #296852

#68293f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68293f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68293f Color CSS Codes

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

#68293f Text Font Color

<p style="color:#68293f">Text here</p>

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


#68293f Background Color

<div style="background-color:#68293f">
Div content here</div>

This div background color is #68293f


#68293f Border Color

<div style="border:3px solid #68293f">
Div here</div>

This div border color is #68293f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68293f


Comments

No comments written yet.

Please login to write comment.