Color Hex Logo

#628aba Color Hex

#628ABA
(98,138,186)
0 Favorites   0 Comments

Color spaces of #628aba

RGB 98138186
HSL0.590.390.56
HSV213°47°73°
CMYK 0.470.260.00   0.27
XYZ22.988424.318849.9368
Yxy24.31880.23640.2501
Hunter Lab49.3141-3.0896-25.5188
CIE-Lab56.4056-0.5676-29.3980

#628aba color RGB value is (98,138,186).

#628aba hex color red value is 98, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #628aba hue: 0.59 , saturation: 0.39 and the lightness value of 628aba is 0.56.

The process color (four color CMYK) of #628aba color hex is 0.47, 0.26, 0.00, 0.27. Web safe color of #628aba is #6699cc. Color #628aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001010 10111010
Octal 142 212 272
Decimal 98 138 186
Hex 62 8A BA

RGB Percentages of Color #628aba

%23.22
%32.70
%44.08

CMYK Percentages of Color #628aba

%47
%26
%0
%27

Triadic Colors of #628aba

#628aba #ba628a #8aba62

Analogous Colors of #628aba

#628aba #6662ba #62b6ba

Monochromatic Colors of #628aba

#628aba

Complementary Color

#628aba #ba9262

#628aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#628aba Color CSS Codes

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

#628aba Text Font Color

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

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


#628aba Background Color

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

This div background color is #628aba


#628aba Border Color

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

This div border color is #628aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628aba


Comments

No comments written yet.

Please login to write comment.