Color Hex Logo

#628083 Color Hex

#628083
(98,128,131)
0 Favorites   0 Comments

Color spaces of #628083

RGB 98128131
HSL0.520.140.45
HSV185°25°51°
CMYK 0.250.020.00   0.49
XYZ16.852919.673724.3819
Yxy19.67370.27670.3230
Hunter Lab44.3550-9.7994-1.5431
CIE-Lab51.4663-9.9048-5.1293

#628083 color RGB value is (98,128,131).

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

The process color (four color CMYK) of #628083 color hex is 0.25, 0.02, 0.00, 0.49. Web safe color of #628083 is #669999. Color #628083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000000 10000011
Octal 142 200 203
Decimal 98 128 131
Hex 62 80 83

RGB Percentages of Color #628083

%27.45
%35.85
%36.69

CMYK Percentages of Color #628083

%25
%2
%0
%49

Triadic Colors of #628083

#628083 #836280 #808362

Analogous Colors of #628083

#628083 #627083 #628376

Monochromatic Colors of #628083

#628083

Complementary Color

#628083 #836562

#628083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628083 Color CSS Codes

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

#628083 Text Font Color

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

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


#628083 Background Color

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

This div background color is #628083


#628083 Border Color

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

This div border color is #628083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628083


Comments

No comments written yet.

Please login to write comment.