Color Hex Logo

#62708d Color Hex

#62708D
(98,112,141)
0 Favorites   0 Comments

Color spaces of #62708d

RGB 98112141
HSL0.610.180.47
HSV220°30°55°
CMYK 0.300.210.00   0.45
XYZ15.638916.108127.4842
Yxy16.10810.26400.2720
Hunter Lab40.1349-0.6820-12.5071
CIE-Lab47.11601.9328-17.5766

#62708d color RGB value is (98,112,141).

#62708d hex color red value is 98, green value is 112 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #62708d hue: 0.61 , saturation: 0.18 and the lightness value of 62708d is 0.47.

The process color (four color CMYK) of #62708d color hex is 0.30, 0.21, 0.00, 0.45. Web safe color of #62708d is #666699. Color #62708d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110000 10001101
Octal 142 160 215
Decimal 98 112 141
Hex 62 70 8D

RGB Percentages of Color #62708d

%27.92
%31.91
%40.17

CMYK Percentages of Color #62708d

%30
%21
%0
%45

Triadic Colors of #62708d

#62708d #8d6270 #708d62

Analogous Colors of #62708d

#62708d #6a628d #62868d

Monochromatic Colors of #62708d

#62708d

Complementary Color

#62708d #8d7f62

#62708d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62708d Color Preview on White Background

Lorem ipsum dolor sit amet.

#62708d Color CSS Codes

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

#62708d Text Font Color

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

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


#62708d Background Color

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

This div background color is #62708d


#62708d Border Color

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

This div border color is #62708d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,112,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62708d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62708d;
  -webkit-box-shadow: 1px 1px 3px 2px #62708d;
  box-shadow:         1px 1px 3px 2px #62708d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,112,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62708d


Comments

No comments written yet.

Please login to write comment.