Color Hex Logo

#628bab Color Hex

#628BAB
(98,139,171)
0 Favorites   0 Comments

Color spaces of #628bab

RGB 98139171
HSL0.570.300.53
HSV206°43°67°
CMYK 0.430.190.00   0.33
XYZ21.620324.002242.0214
Yxy24.00220.24670.2739
Hunter Lab48.9920-6.9636-16.5597
CIE-Lab56.0900-5.5141-21.3199

#628bab color RGB value is (98,139,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001011 10101011
Octal 142 213 253
Decimal 98 139 171
Hex 62 8B AB

RGB Percentages of Color #628bab

%24.02
%34.07
%41.91

CMYK Percentages of Color #628bab

%43
%19
%0
%33

Triadic Colors of #628bab

#628bab #ab628b #8bab62

Analogous Colors of #628bab

#628bab #6267ab #62aba7

Monochromatic Colors of #628bab

#628bab

Complementary Color

#628bab #ab8262

#628bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#628bab Color CSS Codes

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

#628bab Text Font Color

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

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


#628bab Background Color

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

This div background color is #628bab


#628bab Border Color

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

This div border color is #628bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628bab


Comments

No comments written yet.

Please login to write comment.