Color Hex Logo

#627fac Color Hex

#627FAC
(98,127,172)
0 Favorites   0 Comments

Color spaces of #627fac

RGB 98127172
HSL0.600.310.53
HSV216°43°67°
CMYK 0.430.260.00   0.33
XYZ20.072820.754041.9777
Yxy20.75400.24240.2506
Hunter Lab45.5566-1.0746-22.7427
CIE-Lab52.67921.7245-27.1501

#627fac color RGB value is (98,127,172).

#627fac hex color red value is 98, green value is 127 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #627fac hue: 0.60 , saturation: 0.31 and the lightness value of 627fac is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111111 10101100
Octal 142 177 254
Decimal 98 127 172
Hex 62 7F AC

RGB Percentages of Color #627fac

%24.69
%31.99
%43.32

CMYK Percentages of Color #627fac

%43
%26
%0
%33

Triadic Colors of #627fac

#627fac #ac627f #7fac62

Analogous Colors of #627fac

#627fac #6a62ac #62a4ac

Monochromatic Colors of #627fac

#627fac

Complementary Color

#627fac #ac8f62

#627fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#627fac Color CSS Codes

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

#627fac Text Font Color

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

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


#627fac Background Color

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

This div background color is #627fac


#627fac Border Color

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

This div border color is #627fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627fac


Comments

No comments written yet.

Please login to write comment.