Color Hex Logo

#427184 Color Hex

#427184
(66,113,132)
0 Favorites   0 Comments

Color spaces of #427184

RGB 66113132
HSL0.550.330.39
HSV197°50°52°
CMYK 0.500.140.00   0.48
XYZ12.316814.634424.0054
Yxy14.63440.24170.2872
Hunter Lab38.2549-9.4751-10.4267
CIE-Lab45.1293-10.4675-15.4267

#427184 color RGB value is (66,113,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110001 10000100
Octal 102 161 204
Decimal 66 113 132
Hex 42 71 84

RGB Percentages of Color #427184

%21.22
%36.33
%42.44

CMYK Percentages of Color #427184

%50
%14
%0
%48

Triadic Colors of #427184

#427184 #844271 #718442

Analogous Colors of #427184

#427184 #425084 #428476

Monochromatic Colors of #427184

#427184

Complementary Color

#427184 #845542

#427184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427184 Color CSS Codes

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

#427184 Text Font Color

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

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


#427184 Background Color

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

This div background color is #427184


#427184 Border Color

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

This div border color is #427184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427184


Comments

No comments written yet.

Please login to write comment.