Color Hex Logo

#62728a Color Hex

#62728A
(98,114,138)
0 Favorites   0 Comments

Color spaces of #62728a

RGB 98114138
HSL0.600.170.46
HSV216°29°54°
CMYK 0.290.170.00   0.46
XYZ15.641816.466326.3987
Yxy16.46630.26740.2814
Hunter Lab40.5787-2.2066-10.1664
CIE-Lab47.5804-0.0521-15.0894

#62728a color RGB value is (98,114,138).

#62728a hex color red value is 98, green value is 114 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #62728a hue: 0.60 , saturation: 0.17 and the lightness value of 62728a is 0.46.

The process color (four color CMYK) of #62728a color hex is 0.29, 0.17, 0.00, 0.46. Web safe color of #62728a is #666699. Color #62728a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110010 10001010
Octal 142 162 212
Decimal 98 114 138
Hex 62 72 8A

RGB Percentages of Color #62728a

%28.00
%32.57
%39.43

CMYK Percentages of Color #62728a

%29
%17
%0
%46

Triadic Colors of #62728a

#62728a #8a6272 #728a62

Analogous Colors of #62728a

#62728a #66628a #62868a

Monochromatic Colors of #62728a

#62728a

Complementary Color

#62728a #8a7a62

#62728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#62728a Color CSS Codes

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

#62728a Text Font Color

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

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


#62728a Background Color

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

This div background color is #62728a


#62728a Border Color

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

This div border color is #62728a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,114,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62728a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62728a;
  -webkit-box-shadow: 1px 1px 3px 2px #62728a;
  box-shadow:         1px 1px 3px 2px #62728a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62728a


Comments

No comments written yet.

Please login to write comment.