Color Hex Logo

#627aab Color Hex

#627AAB
(98,122,171)
0 Favorites   0 Comments

Color spaces of #627aab

RGB 98122171
HSL0.610.300.53
HSV220°43°67°
CMYK 0.430.290.00   0.33
XYZ19.347219.456041.2638
Yxy19.45600.24160.2430
Hunter Lab44.10901.1035-24.5894
CIE-Lab51.21654.3974-28.8421

#627aab color RGB value is (98,122,171).

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

The process color (four color CMYK) of #627aab color hex is 0.43, 0.29, 0.00, 0.33. Web safe color of #627aab is #666699. Color #627aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111010 10101011
Octal 142 172 253
Decimal 98 122 171
Hex 62 7A AB

RGB Percentages of Color #627aab

%25.06
%31.20
%43.73

CMYK Percentages of Color #627aab

%43
%29
%0
%33

Triadic Colors of #627aab

#627aab #ab627a #7aab62

Analogous Colors of #627aab

#627aab #6f62ab #629fab

Monochromatic Colors of #627aab

#627aab

Complementary Color

#627aab #ab9362

#627aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#627aab Color CSS Codes

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

#627aab Text Font Color

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

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


#627aab Background Color

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

This div background color is #627aab


#627aab Border Color

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

This div border color is #627aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,122,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 #627aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627aab


Comments

No comments written yet.

Please login to write comment.