Color Hex Logo

#427faf Color Hex

#427FAF
(66,127,175)
0 Favorites   0 Comments

Color spaces of #427faf

RGB 66127175
HSL0.570.450.47
HSV206°62°69°
CMYK 0.620.270.00   0.31
XYZ17.574019.432143.3820
Yxy19.43210.21860.2417
Hunter Lab44.0819-5.9811-27.4914
CIE-Lab51.1890-4.7590-31.3249

#427faf color RGB value is (66,127,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111111 10101111
Octal 102 177 257
Decimal 66 127 175
Hex 42 7F AF

RGB Percentages of Color #427faf

%17.93
%34.51
%47.55

CMYK Percentages of Color #427faf

%62
%27
%0
%31

Triadic Colors of #427faf

#427faf #af427f #7faf42

Analogous Colors of #427faf

#427faf #4249af #42afa9

Monochromatic Colors of #427faf

#427faf

Complementary Color

#427faf #af7242

#427faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#427faf Color CSS Codes

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

#427faf Text Font Color

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

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


#427faf Background Color

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

This div background color is #427faf


#427faf Border Color

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

This div border color is #427faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427faf


Comments

No comments written yet.

Please login to write comment.