Color Hex Logo

#68008f Color Hex

#68008F
(104,0,143)
0 Favorites   0 Comments

Color spaces of #68008f

RGB 1040143
HSL0.791.000.28
HSV284°100°56°
CMYK 0.271.000.00   0.44
XYZ10.66684.926226.3753
Yxy4.92620.25420.1174
Hunter Lab22.195046.9447-54.9203
CIE-Lab26.523557.8858-51.3576

#68008f color RGB value is (104,0,143).

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

The process color (four color CMYK) of #68008f color hex is 0.27, 1.00, 0.00, 0.44. Web safe color of #68008f is #660099. Color #68008f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000000 10001111
Octal 150 0 217
Decimal 104 0 143
Hex 68 0 8F

RGB Percentages of Color #68008f

%42.11
%0.00
%57.89

CMYK Percentages of Color #68008f

%27
%100
%0
%44

Triadic Colors of #68008f

#68008f #8f6800 #008f68

Analogous Colors of #68008f

#68008f #8f006f #20008f

Monochromatic Colors of #68008f

#68008f

Complementary Color

#68008f #278f00

#68008f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68008f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68008f Color CSS Codes

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

#68008f Text Font Color

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

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


#68008f Background Color

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

This div background color is #68008f


#68008f Border Color

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

This div border color is #68008f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68008f


Comments

No comments written yet.

Please login to write comment.