Color Hex Logo

#427aaf Color Hex

#427AAF
(66,122,175)
0 Favorites   0 Comments

Color spaces of #427aaf

RGB 66122175
HSL0.580.450.47
HSV209°62°69°
CMYK 0.620.300.00   0.31
XYZ16.944218.172543.1720
Yxy18.17250.21640.2321
Hunter Lab42.6292-3.6512-30.2045
CIE-Lab49.7047-1.8054-33.6462

#427aaf color RGB value is (66,122,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111010 10101111
Octal 102 172 257
Decimal 66 122 175
Hex 42 7A AF

RGB Percentages of Color #427aaf

%18.18
%33.61
%48.21

CMYK Percentages of Color #427aaf

%62
%30
%0
%31

Triadic Colors of #427aaf

#427aaf #af427a #7aaf42

Analogous Colors of #427aaf

#427aaf #4243af #42afae

Monochromatic Colors of #427aaf

#427aaf

Complementary Color

#427aaf #af7742

#427aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#427aaf Color CSS Codes

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

#427aaf Text Font Color

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

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


#427aaf Background Color

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

This div background color is #427aaf


#427aaf Border Color

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

This div border color is #427aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427aaf


Comments

No comments written yet.

Please login to write comment.