Color Hex Logo

#68579d Color Hex

#68579D
(104,87,157)
0 Favorites   0 Comments

Color spaces of #68579d

RGB 10487157
HSL0.710.290.48
HSV255°45°62°
CMYK 0.340.450.00   0.38
XYZ15.202912.193833.4506
Yxy12.19380.24990.2004
Hunter Lab34.919616.6039-32.3520
CIE-Lab41.522523.4725-35.7749

#68579d color RGB value is (104,87,157).

#68579d hex color red value is 104, green value is 87 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #68579d hue: 0.71 , saturation: 0.29 and the lightness value of 68579d is 0.48.

The process color (four color CMYK) of #68579d color hex is 0.34, 0.45, 0.00, 0.38. Web safe color of #68579d is #666699. Color #68579d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010111 10011101
Octal 150 127 235
Decimal 104 87 157
Hex 68 57 9D

RGB Percentages of Color #68579d

%29.89
%25.00
%45.11

CMYK Percentages of Color #68579d

%34
%45
%0
%38

Triadic Colors of #68579d

#68579d #9d6857 #579d68

Analogous Colors of #68579d

#68579d #8b579d #57699d

Monochromatic Colors of #68579d

#68579d

Complementary Color

#68579d #8c9d57

#68579d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68579d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68579d Color CSS Codes

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

#68579d Text Font Color

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

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


#68579d Background Color

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

This div background color is #68579d


#68579d Border Color

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

This div border color is #68579d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68579d


Comments

No comments written yet.

Please login to write comment.