Color Hex Logo

#427cac Color Hex

#427CAC
(66,124,172)
0 Favorites   0 Comments

Color spaces of #427cac

RGB 66124172
HSL0.580.450.47
HSV207°62°67°
CMYK 0.620.280.00   0.33
XYZ16.900818.552141.7199
Yxy18.55210.21900.2404
Hunter Lab43.0721-5.3358-27.2781
CIE-Lab50.1590-4.0042-31.1966

#427cac color RGB value is (66,124,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111100 10101100
Octal 102 174 254
Decimal 66 124 172
Hex 42 7C AC

RGB Percentages of Color #427cac

%18.23
%34.25
%47.51

CMYK Percentages of Color #427cac

%62
%28
%0
%33

Triadic Colors of #427cac

#427cac #ac427c #7cac42

Analogous Colors of #427cac

#427cac #4247ac #42aca7

Monochromatic Colors of #427cac

#427cac

Complementary Color

#427cac #ac7242

#427cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#427cac Color CSS Codes

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

#427cac Text Font Color

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

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


#427cac Background Color

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

This div background color is #427cac


#427cac Border Color

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

This div border color is #427cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427cac


Comments

No comments written yet.

Please login to write comment.