Color Hex Logo

#68024e Color Hex

#68024E
(104,2,78)
0 Favorites   0 Comments

Color spaces of #68024e

RGB 104278
HSL0.880.960.21
HSV315°98°41°
CMYK 0.000.980.25   0.59
XYZ7.10583.53657.5158
Yxy3.53650.39130.1948
Hunter Lab18.805634.5375-10.5318
CIE-Lab22.075846.5140-16.3938

#68024e color RGB value is (104,2,78).

#68024e hex color red value is 104, green value is 2 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #68024e hue: 0.88 , saturation: 0.96 and the lightness value of 68024e is 0.21.

The process color (four color CMYK) of #68024e color hex is 0.00, 0.98, 0.25, 0.59. Web safe color of #68024e is #660066. Color #68024e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000010 01001110
Octal 150 2 116
Decimal 104 2 78
Hex 68 2 4E

RGB Percentages of Color #68024e

%56.52
%1.09
%42.39

CMYK Percentages of Color #68024e

%0
%98
%25
%59

Triadic Colors of #68024e

#68024e #4e6802 #024e68

Analogous Colors of #68024e

#68024e #68021b #4f0268

Monochromatic Colors of #68024e

#68024e

Complementary Color

#68024e #02681c

#68024e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68024e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68024e Color CSS Codes

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

#68024e Text Font Color

<p style="color:#68024e">Text here</p>

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


#68024e Background Color

<div style="background-color:#68024e">
Div content here</div>

This div background color is #68024e


#68024e Border Color

<div style="border:3px solid #68024e">
Div here</div>

This div border color is #68024e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68024e


Comments

No comments written yet.

Please login to write comment.