Color Hex Logo

#62505d Color Hex

#62505D
(98,80,93)
0 Favorites   0 Comments

Color spaces of #62505d

RGB 988093
HSL0.880.100.35
HSV317°18°38°
CMYK 0.000.180.05   0.62
XYZ9.88149.124311.5963
Yxy9.12430.32290.2982
Hunter Lab30.20655.5312-1.6170
CIE-Lab36.222510.0087-4.7629

#62505d color RGB value is (98,80,93).

#62505d hex color red value is 98, green value is 80 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #62505d hue: 0.88 , saturation: 0.10 and the lightness value of 62505d is 0.35.

The process color (four color CMYK) of #62505d color hex is 0.00, 0.18, 0.05, 0.62. Web safe color of #62505d is #666666. Color #62505d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010000 01011101
Octal 142 120 135
Decimal 98 80 93
Hex 62 50 5D

RGB Percentages of Color #62505d

%36.16
%29.52
%34.32

CMYK Percentages of Color #62505d

%0
%18
%5
%62

Triadic Colors of #62505d

#62505d #5d6250 #505d62

Analogous Colors of #62505d

#62505d #625054 #5e5062

Monochromatic Colors of #62505d

#62505d

Complementary Color

#62505d #506255

#62505d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62505d Color Preview on White Background

Lorem ipsum dolor sit amet.

#62505d Color CSS Codes

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

#62505d Text Font Color

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

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


#62505d Background Color

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

This div background color is #62505d


#62505d Border Color

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

This div border color is #62505d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62505d


Comments

No comments written yet.

Please login to write comment.