Color Hex Logo

#68507c Color Hex

#68507C
(104,80,124)
0 Favorites   0 Comments

Color spaces of #68507c

RGB 10480124
HSL0.760.220.40
HSV273°35°49°
CMYK 0.160.350.00   0.51
XYZ12.215710.135620.3813
Yxy10.13560.28590.2372
Hunter Lab31.836512.7769-15.6712
CIE-Lab38.084719.2030-21.1579

#68507c color RGB value is (104,80,124).

#68507c hex color red value is 104, green value is 80 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #68507c hue: 0.76 , saturation: 0.22 and the lightness value of 68507c is 0.40.

The process color (four color CMYK) of #68507c color hex is 0.16, 0.35, 0.00, 0.51. Web safe color of #68507c is #666666. Color #68507c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01010000 01111100
Octal 150 120 174
Decimal 104 80 124
Hex 68 50 7C

RGB Percentages of Color #68507c

%33.77
%25.97
%40.26

CMYK Percentages of Color #68507c

%16
%35
%0
%51

Triadic Colors of #68507c

#68507c #7c6850 #507c68

Analogous Colors of #68507c

#68507c #7c507a #52507c

Monochromatic Colors of #68507c

#68507c

Complementary Color

#68507c #647c50

#68507c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68507c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68507c Color CSS Codes

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

#68507c Text Font Color

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

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


#68507c Background Color

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

This div background color is #68507c


#68507c Border Color

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

This div border color is #68507c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,80,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68507c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68507c;
  -webkit-box-shadow: 1px 1px 3px 2px #68507c;
  box-shadow:         1px 1px 3px 2px #68507c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68507c


Comments

No comments written yet.

Please login to write comment.