Color Hex Logo

#68003f Color Hex

#68003F
(104,0,63)
0 Favorites   0 Comments

Color spaces of #68003f

RGB 104063
HSL0.901.000.20
HSV324°100°41°
CMYK 0.001.000.39   0.59
XYZ6.60613.30194.9918
Yxy3.30190.44340.2216
Hunter Lab18.171133.0941-3.5678
CIE-Lab21.214545.1684-7.4177

#68003f color RGB value is (104,0,63).

#68003f hex color red value is 104, green value is 0 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #68003f hue: 0.90 , saturation: 1.00 and the lightness value of 68003f is 0.20.

The process color (four color CMYK) of #68003f color hex is 0.00, 1.00, 0.39, 0.59. Web safe color of #68003f is #660033. Color #68003f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000000 00111111
Octal 150 0 77
Decimal 104 0 63
Hex 68 0 3F

RGB Percentages of Color #68003f

%62.28
%0.00
%37.72

CMYK Percentages of Color #68003f

%0
%100
%39
%59

Triadic Colors of #68003f

#68003f #3f6800 #003f68

Analogous Colors of #68003f

#68003f #68000b #5d0068

Monochromatic Colors of #68003f

#68003f

Complementary Color

#68003f #006829

#68003f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68003f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68003f Color CSS Codes

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

#68003f Text Font Color

<p style="color:#68003f">Text here</p>

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


#68003f Background Color

<div style="background-color:#68003f">
Div content here</div>

This div background color is #68003f


#68003f Border Color

<div style="border:3px solid #68003f">
Div here</div>

This div border color is #68003f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,0,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68003f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68003f;
  -webkit-box-shadow: 1px 1px 3px 2px #68003f;
  box-shadow:         1px 1px 3px 2px #68003f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68003f


Comments

No comments written yet.

Please login to write comment.