Color Hex Logo

#62857f Color Hex

#62857F
(98,133,127)
0 Favorites   0 Comments

Color spaces of #62857f

RGB 98133127
HSL0.470.150.45
HSV170°26°52°
CMYK 0.260.000.05   0.48
XYZ17.255320.904023.2041
Yxy20.90400.28120.3407
Hunter Lab45.7209-12.64471.9140
CIE-Lab52.8443-13.6263-0.7655

#62857f color RGB value is (98,133,127).

#62857f hex color red value is 98, green value is 133 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #62857f hue: 0.47 , saturation: 0.15 and the lightness value of 62857f is 0.45.

The process color (four color CMYK) of #62857f color hex is 0.26, 0.00, 0.05, 0.48. Web safe color of #62857f is #669966. Color #62857f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000101 01111111
Octal 142 205 177
Decimal 98 133 127
Hex 62 85 7F

RGB Percentages of Color #62857f

%27.37
%37.15
%35.47

CMYK Percentages of Color #62857f

%26
%0
%5
%48

Triadic Colors of #62857f

#62857f #7f6285 #857f62

Analogous Colors of #62857f

#62857f #627a85 #62856e

Monochromatic Colors of #62857f

#62857f

Complementary Color

#62857f #856268

#62857f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62857f Color Preview on White Background

Lorem ipsum dolor sit amet.

#62857f Color CSS Codes

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

#62857f Text Font Color

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

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


#62857f Background Color

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

This div background color is #62857f


#62857f Border Color

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

This div border color is #62857f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,133,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 #62857f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62857f


Comments

No comments written yet.

Please login to write comment.