Color Hex Logo

#427884 Color Hex

#427884
(66,120,132)
0 Favorites   0 Comments

Color spaces of #427884

RGB 66120132
HSL0.530.330.39
HSV191°50°52°
CMYK 0.500.090.00   0.48
XYZ13.128116.257124.2758
Yxy16.25710.24460.3030
Hunter Lab40.3201-12.4411-7.4731
CIE-Lab47.3100-14.4293-12.1189

#427884 color RGB value is (66,120,132).

#427884 hex color red value is 66, green value is 120 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #427884 hue: 0.53 , saturation: 0.33 and the lightness value of 427884 is 0.39.

The process color (four color CMYK) of #427884 color hex is 0.50, 0.09, 0.00, 0.48. Web safe color of #427884 is #336699. Color #427884 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111000 10000100
Octal 102 170 204
Decimal 66 120 132
Hex 42 78 84

RGB Percentages of Color #427884

%20.75
%37.74
%41.51

CMYK Percentages of Color #427884

%50
%9
%0
%48

Triadic Colors of #427884

#427884 #844278 #788442

Analogous Colors of #427884

#427884 #425784 #42846f

Monochromatic Colors of #427884

#427884

Complementary Color

#427884 #844e42

#427884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427884 Color CSS Codes

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

#427884 Text Font Color

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

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


#427884 Background Color

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

This div background color is #427884


#427884 Border Color

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

This div border color is #427884


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,120,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #427884; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #427884;
  -webkit-box-shadow: 1px 1px 3px 2px #427884;
  box-shadow:         1px 1px 3px 2px #427884; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427884


Comments

No comments written yet.

Please login to write comment.