Color Hex Logo

#62567a Color Hex

#62567A
(98,86,122)
0 Favorites   0 Comments

Color spaces of #62567a

RGB 9886122
HSL0.720.170.41
HSV260°30°48°
CMYK 0.200.300.00   0.52
XYZ11.877610.657419.8434
Yxy10.65740.28030.2515
Hunter Lab32.64577.8144-13.1870
CIE-Lab38.997312.9195-18.5689

#62567a color RGB value is (98,86,122).

#62567a hex color red value is 98, green value is 86 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #62567a hue: 0.72 , saturation: 0.17 and the lightness value of 62567a is 0.41.

The process color (four color CMYK) of #62567a color hex is 0.20, 0.30, 0.00, 0.52. Web safe color of #62567a is #666666. Color #62567a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010110 01111010
Octal 142 126 172
Decimal 98 86 122
Hex 62 56 7A

RGB Percentages of Color #62567a

%32.03
%28.10
%39.87

CMYK Percentages of Color #62567a

%20
%30
%0
%52

Triadic Colors of #62567a

#62567a #7a6256 #567a62

Analogous Colors of #62567a

#62567a #74567a #565c7a

Monochromatic Colors of #62567a

#62567a

Complementary Color

#62567a #6e7a56

#62567a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62567a Color Preview on White Background

Lorem ipsum dolor sit amet.

#62567a Color CSS Codes

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

#62567a Text Font Color

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

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


#62567a Background Color

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

This div background color is #62567a


#62567a Border Color

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

This div border color is #62567a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62567a


Comments

No comments written yet.

Please login to write comment.