Color Hex Logo

#427280 Color Hex

#427280
(66,114,128)
0 Favorites   0 Comments

Color spaces of #427280

RGB 66114128
HSL0.540.320.38
HSV194°48°50°
CMYK 0.480.110.00   0.50
XYZ12.160414.751422.6285
Yxy14.75140.24550.2978
Hunter Lab38.4076-10.6975-8.0465
CIE-Lab45.2918-12.2434-12.7909

#427280 color RGB value is (66,114,128).

#427280 hex color red value is 66, green value is 114 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #427280 hue: 0.54 , saturation: 0.32 and the lightness value of 427280 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110010 10000000
Octal 102 162 200
Decimal 66 114 128
Hex 42 72 80

RGB Percentages of Color #427280

%21.43
%37.01
%41.56

CMYK Percentages of Color #427280

%48
%11
%0
%50

Triadic Colors of #427280

#427280 #804272 #728042

Analogous Colors of #427280

#427280 #425380 #42806f

Monochromatic Colors of #427280

#427280

Complementary Color

#427280 #805042

#427280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427280 Color CSS Codes

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

#427280 Text Font Color

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

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


#427280 Background Color

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

This div background color is #427280


#427280 Border Color

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

This div border color is #427280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427280


Comments

No comments written yet.

Please login to write comment.