Color Hex Logo

#427dac Color Hex

#427DAC
(66,125,172)
0 Favorites   0 Comments

Color spaces of #427dac

RGB 66125172
HSL0.570.450.47
HSV207°62°67°
CMYK 0.620.270.00   0.33
XYZ17.026818.804041.7619
Yxy18.80400.21940.2423
Hunter Lab43.3636-5.7979-26.7456
CIE-Lab50.4571-4.5921-30.7314

#427dac color RGB value is (66,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111101 10101100
Octal 102 175 254
Decimal 66 125 172
Hex 42 7D AC

RGB Percentages of Color #427dac

%18.18
%34.44
%47.38

CMYK Percentages of Color #427dac

%62
%27
%0
%33

Triadic Colors of #427dac

#427dac #ac427d #7dac42

Analogous Colors of #427dac

#427dac #4248ac #42aca6

Monochromatic Colors of #427dac

#427dac

Complementary Color

#427dac #ac7142

#427dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#427dac Color CSS Codes

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

#427dac Text Font Color

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

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


#427dac Background Color

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

This div background color is #427dac


#427dac Border Color

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

This div border color is #427dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427dac


Comments

No comments written yet.

Please login to write comment.