Color Hex Logo

#625263 Color Hex

#625263
(98,82,99)
0 Favorites   0 Comments

Color spaces of #625263

RGB 988299
HSL0.820.090.35
HSV296°17°39°
CMYK 0.010.170.00   0.61
XYZ10.30649.532113.1011
Yxy9.53210.31290.2894
Hunter Lab30.87415.5572-3.5472
CIE-Lab36.989210.0274-7.3761

#625263 color RGB value is (98,82,99).

#625263 hex color red value is 98, green value is 82 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #625263 hue: 0.82 , saturation: 0.09 and the lightness value of 625263 is 0.35.

The process color (four color CMYK) of #625263 color hex is 0.01, 0.17, 0.00, 0.61. Web safe color of #625263 is #666666. Color #625263 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010010 01100011
Octal 142 122 143
Decimal 98 82 99
Hex 62 52 63

RGB Percentages of Color #625263

%35.13
%29.39
%35.48

CMYK Percentages of Color #625263

%1
%17
%0
%61

Triadic Colors of #625263

#625263 #636252 #526362

Analogous Colors of #625263

#625263 #63525c #5a5263

Monochromatic Colors of #625263

#625263

Complementary Color

#625263 #536352

#625263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#625263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#625263 Color CSS Codes

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

#625263 Text Font Color

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

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


#625263 Background Color

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

This div background color is #625263


#625263 Border Color

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

This div border color is #625263


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,82,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #625263; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #625263;
  -webkit-box-shadow: 1px 1px 3px 2px #625263;
  box-shadow:         1px 1px 3px 2px #625263; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #625263


Comments

No comments written yet.

Please login to write comment.