Color Hex Logo

#628baa Color Hex

#628BAA
(98,139,170)
0 Favorites   0 Comments

Color spaces of #628baa

RGB 98139170
HSL0.570.300.53
HSV206°42°67°
CMYK 0.420.180.00   0.33
XYZ21.525323.964241.5213
Yxy23.96420.24740.2754
Hunter Lab48.9532-7.1797-16.0215
CIE-Lab56.0519-5.7977-20.8056

#628baa color RGB value is (98,139,170).

#628baa hex color red value is 98, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #628baa hue: 0.57 , saturation: 0.30 and the lightness value of 628baa is 0.53.

The process color (four color CMYK) of #628baa color hex is 0.42, 0.18, 0.00, 0.33. Web safe color of #628baa is #669999. Color #628baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001011 10101010
Octal 142 213 252
Decimal 98 139 170
Hex 62 8B AA

RGB Percentages of Color #628baa

%24.08
%34.15
%41.77

CMYK Percentages of Color #628baa

%42
%18
%0
%33

Triadic Colors of #628baa

#628baa #aa628b #8baa62

Analogous Colors of #628baa

#628baa #6267aa #62aaa5

Monochromatic Colors of #628baa

#628baa

Complementary Color

#628baa #aa8162

#628baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#628baa Color CSS Codes

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

#628baa Text Font Color

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

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


#628baa Background Color

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

This div background color is #628baa


#628baa Border Color

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

This div border color is #628baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,139,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #628baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #628baa;
  -webkit-box-shadow: 1px 1px 3px 2px #628baa;
  box-shadow:         1px 1px 3px 2px #628baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628baa


Comments

No comments written yet.

Please login to write comment.