Color Hex Logo

#680588 Color Hex

#680588
(104,5,136)
0 Favorites   0 Comments

Color spaces of #680588

RGB 1045136
HSL0.790.930.28
HSV285°96°53°
CMYK 0.240.960.00   0.47
XYZ10.20714.829223.6867
Yxy4.82920.26360.1247
Hunter Lab21.975444.4522-48.5242
CIE-Lab26.242555.5813-47.4531

#680588 color RGB value is (104,5,136).

#680588 hex color red value is 104, green value is 5 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #680588 hue: 0.79 , saturation: 0.93 and the lightness value of 680588 is 0.28.

The process color (four color CMYK) of #680588 color hex is 0.24, 0.96, 0.00, 0.47. Web safe color of #680588 is #660099. Color #680588 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00000101 10001000
Octal 150 5 210
Decimal 104 5 136
Hex 68 5 88

RGB Percentages of Color #680588

%42.45
%2.04
%55.51

CMYK Percentages of Color #680588

%24
%96
%0
%47

Triadic Colors of #680588

#680588 #886805 #058868

Analogous Colors of #680588

#680588 #880567 #270588

Monochromatic Colors of #680588

#680588

Complementary Color

#680588 #258805

#680588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#680588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#680588 Color CSS Codes

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

#680588 Text Font Color

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

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


#680588 Background Color

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

This div background color is #680588


#680588 Border Color

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

This div border color is #680588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #680588


Comments

No comments written yet.

Please login to write comment.