Color Hex Logo

#68365a Color Hex

#68365A
(104,54,90)
0 Favorites   0 Comments

Color spaces of #68365a

RGB 1045490
HSL0.880.320.31
HSV317°48°41°
CMYK 0.000.480.13   0.59
XYZ8.87356.319610.4250
Yxy6.31960.34640.2467
Hunter Lab25.138819.0140-6.9902
CIE-Lab30.204927.6650-11.8324

#68365a color RGB value is (104,54,90).

#68365a hex color red value is 104, green value is 54 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #68365a hue: 0.88 , saturation: 0.32 and the lightness value of 68365a is 0.31.

The process color (four color CMYK) of #68365a color hex is 0.00, 0.48, 0.13, 0.59. Web safe color of #68365a is #663366. Color #68365a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110110 01011010
Octal 150 66 132
Decimal 104 54 90
Hex 68 36 5A

RGB Percentages of Color #68365a

%41.94
%21.77
%36.29

CMYK Percentages of Color #68365a

%0
%48
%13
%59

Triadic Colors of #68365a

#68365a #5a6836 #365a68

Analogous Colors of #68365a

#68365a #683641 #5d3668

Monochromatic Colors of #68365a

#68365a

Complementary Color

#68365a #366844

#68365a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68365a Color Preview on White Background

Lorem ipsum dolor sit amet.

#68365a Color CSS Codes

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

#68365a Text Font Color

<p style="color:#68365a">Text here</p>

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


#68365a Background Color

<div style="background-color:#68365a">
Div content here</div>

This div background color is #68365a


#68365a Border Color

<div style="border:3px solid #68365a">
Div here</div>

This div border color is #68365a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,54,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68365a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68365a;
  -webkit-box-shadow: 1px 1px 3px 2px #68365a;
  box-shadow:         1px 1px 3px 2px #68365a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68365a


Comments

No comments written yet.

Please login to write comment.