Color Hex Logo

#68365b Color Hex

#68365B
(104,54,91)
0 Favorites   0 Comments

Color spaces of #68365b

RGB 1045491
HSL0.880.320.31
HSV316°48°41°
CMYK 0.000.480.13   0.59
XYZ8.91646.336710.6507
Yxy6.33670.34420.2446
Hunter Lab25.172819.1737-7.4648
CIE-Lab30.246527.8504-12.4162

#68365b color RGB value is (104,54,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110110 01011011
Octal 150 66 133
Decimal 104 54 91
Hex 68 36 5B

RGB Percentages of Color #68365b

%41.77
%21.69
%36.55

CMYK Percentages of Color #68365b

%0
%48
%13
%59

Triadic Colors of #68365b

#68365b #5b6836 #365b68

Analogous Colors of #68365b

#68365b #683642 #5c3668

Monochromatic Colors of #68365b

#68365b

Complementary Color

#68365b #366843

#68365b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68365b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68365b Color CSS Codes

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

#68365b Text Font Color

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

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


#68365b Background Color

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

This div background color is #68365b


#68365b Border Color

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

This div border color is #68365b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68365b


Comments

No comments written yet.

Please login to write comment.