Color Hex Logo

#68557f Color Hex

#68557F
(104,85,127)
0 Favorites   0 Comments

Color spaces of #68557f

RGB 10485127
HSL0.740.200.42
HSV267°33°50°
CMYK 0.180.330.00   0.50
XYZ12.788210.972421.5225
Yxy10.97240.28240.2423
Hunter Lab33.124610.9442-15.3361
CIE-Lab39.533916.8381-20.7558

#68557f color RGB value is (104,85,127).

#68557f hex color red value is 104, green value is 85 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #68557f hue: 0.74 , saturation: 0.20 and the lightness value of 68557f is 0.42.

The process color (four color CMYK) of #68557f color hex is 0.18, 0.33, 0.00, 0.50. Web safe color of #68557f is #666666. Color #68557f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010101 01111111
Octal 150 125 177
Decimal 104 85 127
Hex 68 55 7F

RGB Percentages of Color #68557f

%32.91
%26.90
%40.19

CMYK Percentages of Color #68557f

%18
%33
%0
%50

Triadic Colors of #68557f

#68557f #7f6855 #557f68

Analogous Colors of #68557f

#68557f #7d557f #55577f

Monochromatic Colors of #68557f

#68557f

Complementary Color

#68557f #6c7f55

#68557f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68557f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68557f Color CSS Codes

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

#68557f Text Font Color

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

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


#68557f Background Color

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

This div background color is #68557f


#68557f Border Color

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

This div border color is #68557f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68557f


Comments

No comments written yet.

Please login to write comment.