Color Hex Logo

#427fac Color Hex

#427FAC
(66,127,172)
0 Favorites   0 Comments

Color spaces of #427fac

RGB 66127172
HSL0.570.450.47
HSV205°62°67°
CMYK 0.620.260.00   0.33
XYZ17.282519.315641.8471
Yxy19.31560.22030.2462
Hunter Lab43.9495-6.7192-25.6891
CIE-Lab51.0544-5.7628-29.8003

#427fac color RGB value is (66,127,172).

#427fac hex color red value is 66, green value is 127 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #427fac hue: 0.57 , saturation: 0.45 and the lightness value of 427fac is 0.47.

The process color (four color CMYK) of #427fac color hex is 0.62, 0.26, 0.00, 0.33. Web safe color of #427fac is #336699. Color #427fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111111 10101100
Octal 102 177 254
Decimal 66 127 172
Hex 42 7F AC

RGB Percentages of Color #427fac

%18.08
%34.79
%47.12

CMYK Percentages of Color #427fac

%62
%26
%0
%33

Triadic Colors of #427fac

#427fac #ac427f #7fac42

Analogous Colors of #427fac

#427fac #424aac #42aca4

Monochromatic Colors of #427fac

#427fac

Complementary Color

#427fac #ac6f42

#427fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#427fac Color CSS Codes

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

#427fac Text Font Color

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

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


#427fac Background Color

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

This div background color is #427fac


#427fac Border Color

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

This div border color is #427fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,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 #427fac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427fac

#427fac Color Palettes


Comments

No comments written yet.

Please login to write comment.