Color Hex Logo

#68415b Color Hex

#68415B
(104,65,91)
0 Favorites   0 Comments

Color spaces of #68415b

RGB 1046591
HSL0.890.230.33
HSV320°38°41°
CMYK 0.000.380.13   0.59
XYZ9.48757.479010.8411
Yxy7.47900.34120.2690
Hunter Lab27.347814.0667-4.3601
CIE-Lab32.873421.2782-8.4330

#68415b color RGB value is (104,65,91).

#68415b hex color red value is 104, green value is 65 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #68415b hue: 0.89 , saturation: 0.23 and the lightness value of 68415b is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01000001 01011011
Octal 150 101 133
Decimal 104 65 91
Hex 68 41 5B

RGB Percentages of Color #68415b

%40.00
%25.00
%35.00

CMYK Percentages of Color #68415b

%0
%38
%13
%59

Triadic Colors of #68415b

#68415b #5b6841 #415b68

Analogous Colors of #68415b

#68415b #684148 #624168

Monochromatic Colors of #68415b

#68415b

Complementary Color

#68415b #41684e

#68415b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68415b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68415b Color CSS Codes

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

#68415b Text Font Color

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

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


#68415b Background Color

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

This div background color is #68415b


#68415b Border Color

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

This div border color is #68415b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,65,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 #68415b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68415b


Comments

No comments written yet.

Please login to write comment.