Color Hex Logo

#427284 Color Hex

#427284
(66,114,132)
0 Favorites   0 Comments

Color spaces of #427284

RGB 66114132
HSL0.550.330.39
HSV196°50°52°
CMYK 0.500.140.00   0.48
XYZ12.428914.858824.0428
Yxy14.85880.24210.2895
Hunter Lab38.5471-9.9030-9.9977
CIE-Lab45.4402-11.0422-14.9534

#427284 color RGB value is (66,114,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110010 10000100
Octal 102 162 204
Decimal 66 114 132
Hex 42 72 84

RGB Percentages of Color #427284

%21.15
%36.54
%42.31

CMYK Percentages of Color #427284

%50
%14
%0
%48

Triadic Colors of #427284

#427284 #844272 #728442

Analogous Colors of #427284

#427284 #425184 #428475

Monochromatic Colors of #427284

#427284

Complementary Color

#427284 #845442

#427284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427284 Color CSS Codes

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

#427284 Text Font Color

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

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


#427284 Background Color

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

This div background color is #427284


#427284 Border Color

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

This div border color is #427284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427284


Comments

No comments written yet.

Please login to write comment.