Color Hex Logo

#427d8f Color Hex

#427D8F
(66,125,143)
0 Favorites   0 Comments

Color spaces of #427d8f

RGB 66125143
HSL0.540.370.41
HSV194°54°56°
CMYK 0.540.130.00   0.44
XYZ14.538317.808728.6578
Yxy17.80870.23830.2919
Hunter Lab42.2004-12.3562-10.7229
CIE-Lab49.2633-13.9069-15.6485

#427d8f color RGB value is (66,125,143).

#427d8f hex color red value is 66, green value is 125 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #427d8f hue: 0.54 , saturation: 0.37 and the lightness value of 427d8f is 0.41.

The process color (four color CMYK) of #427d8f color hex is 0.54, 0.13, 0.00, 0.44. Web safe color of #427d8f is #336699. Color #427d8f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111101 10001111
Octal 102 175 217
Decimal 66 125 143
Hex 42 7D 8F

RGB Percentages of Color #427d8f

%19.76
%37.43
%42.81

CMYK Percentages of Color #427d8f

%54
%13
%0
%44

Triadic Colors of #427d8f

#427d8f #8f427d #7d8f42

Analogous Colors of #427d8f

#427d8f #42578f #428f7b

Monochromatic Colors of #427d8f

#427d8f

Complementary Color

#427d8f #8f5442

#427d8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427d8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#427d8f Color CSS Codes

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

#427d8f Text Font Color

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

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


#427d8f Background Color

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

This div background color is #427d8f


#427d8f Border Color

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

This div border color is #427d8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427d8f


Comments

No comments written yet.

Please login to write comment.