Color Hex Logo

#627082 Color Hex

#627082
(98,112,130)
0 Favorites   0 Comments

Color spaces of #627082

RGB 98112130
HSL0.590.140.45
HSV214°25°51°
CMYK 0.250.140.00   0.49
XYZ14.860415.796723.3849
Yxy15.79670.27500.2923
Hunter Lab39.7451-2.8140-7.0631
CIE-Lab46.7066-0.9266-11.6571

#627082 color RGB value is (98,112,130).

#627082 hex color red value is 98, green value is 112 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #627082 hue: 0.59 , saturation: 0.14 and the lightness value of 627082 is 0.45.

The process color (four color CMYK) of #627082 color hex is 0.25, 0.14, 0.00, 0.49. Web safe color of #627082 is #666699. Color #627082 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110000 10000010
Octal 142 160 202
Decimal 98 112 130
Hex 62 70 82

RGB Percentages of Color #627082

%28.82
%32.94
%38.24

CMYK Percentages of Color #627082

%25
%14
%0
%49

Triadic Colors of #627082

#627082 #826270 #708262

Analogous Colors of #627082

#627082 #646282 #628082

Monochromatic Colors of #627082

#627082

Complementary Color

#627082 #827462

#627082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#627082 Color CSS Codes

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

#627082 Text Font Color

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

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


#627082 Background Color

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

This div background color is #627082


#627082 Border Color

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

This div border color is #627082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627082


Comments

No comments written yet.

Please login to write comment.