Color Hex Logo

#627aba Color Hex

#627ABA
(98,122,186)
0 Favorites   0 Comments

Color spaces of #627aba

RGB 98122186
HSL0.620.390.56
HSV224°47°73°
CMYK 0.470.340.00   0.27
XYZ20.859520.060949.2271
Yxy20.06090.23140.2225
Hunter Lab44.78944.7503-33.8118
CIE-Lab51.90608.8975-36.4218

#627aba color RGB value is (98,122,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111010 10111010
Octal 142 172 272
Decimal 98 122 186
Hex 62 7A BA

RGB Percentages of Color #627aba

%24.14
%30.05
%45.81

CMYK Percentages of Color #627aba

%47
%34
%0
%27

Triadic Colors of #627aba

#627aba #ba627a #7aba62

Analogous Colors of #627aba

#627aba #7662ba #62a6ba

Monochromatic Colors of #627aba

#627aba

Complementary Color

#627aba #baa262

#627aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#627aba Color CSS Codes

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

#627aba Text Font Color

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

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


#627aba Background Color

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

This div background color is #627aba


#627aba Border Color

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

This div border color is #627aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627aba


Comments

No comments written yet.

Please login to write comment.