Color Hex Logo

#68044d Color Hex

#68044D
(104,4,77)
0 Favorites   0 Comments

Color spaces of #68044d

RGB 104477
HSL0.880.930.21
HSV316°96°41°
CMYK 0.000.960.26   0.59
XYZ7.09193.56577.3356
Yxy3.56570.39410.1982
Hunter Lab18.883133.9938-9.8145
CIE-Lab22.180345.9261-15.5526

#68044d color RGB value is (104,4,77).

#68044d hex color red value is 104, green value is 4 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #68044d hue: 0.88 , saturation: 0.93 and the lightness value of 68044d is 0.21.

The process color (four color CMYK) of #68044d color hex is 0.00, 0.96, 0.26, 0.59. Web safe color of #68044d is #660066. Color #68044d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000100 01001101
Octal 150 4 115
Decimal 104 4 77
Hex 68 4 4D

RGB Percentages of Color #68044d

%56.22
%2.16
%41.62

CMYK Percentages of Color #68044d

%0
%96
%26
%59

Triadic Colors of #68044d

#68044d #4d6804 #044d68

Analogous Colors of #68044d

#68044d #68041b #510468

Monochromatic Colors of #68044d

#68044d

Complementary Color

#68044d #04681f

#68044d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68044d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68044d Color CSS Codes

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

#68044d Text Font Color

<p style="color:#68044d">Text here</p>

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


#68044d Background Color

<div style="background-color:#68044d">
Div content here</div>

This div background color is #68044d


#68044d Border Color

<div style="border:3px solid #68044d">
Div here</div>

This div border color is #68044d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,4,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68044d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68044d;
  -webkit-box-shadow: 1px 1px 3px 2px #68044d;
  box-shadow:         1px 1px 3px 2px #68044d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68044d


Comments

No comments written yet.

Please login to write comment.