Color Hex Logo

#628992 Color Hex

#628992
(98,137,146)
0 Favorites   0 Comments

Color spaces of #628992

RGB 98137146
HSL0.530.200.48
HSV191°33°57°
CMYK 0.330.060.00   0.43
XYZ19.171022.563330.5389
Yxy22.56330.26530.3122
Hunter Lab47.5008-11.0852-4.8677
CIE-Lab54.6196-11.1670-9.1585

#628992 color RGB value is (98,137,146).

#628992 hex color red value is 98, green value is 137 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #628992 hue: 0.53 , saturation: 0.20 and the lightness value of 628992 is 0.48.

The process color (four color CMYK) of #628992 color hex is 0.33, 0.06, 0.00, 0.43. Web safe color of #628992 is #669999. Color #628992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001001 10010010
Octal 142 211 222
Decimal 98 137 146
Hex 62 89 92

RGB Percentages of Color #628992

%25.72
%35.96
%38.32

CMYK Percentages of Color #628992

%33
%6
%0
%43

Triadic Colors of #628992

#628992 #926289 #899262

Analogous Colors of #628992

#628992 #627192 #629283

Monochromatic Colors of #628992

#628992

Complementary Color

#628992 #926b62

#628992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628992 Color CSS Codes

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

#628992 Text Font Color

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

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


#628992 Background Color

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

This div background color is #628992


#628992 Border Color

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

This div border color is #628992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628992

#628992 Color Palettes


Comments

No comments written yet.

Please login to write comment.