Color Hex Logo

#42778f Color Hex

#42778F
(66,119,143)
0 Favorites   0 Comments

Color spaces of #42778f

RGB 66119143
HSL0.550.370.41
HSV199°54°56°
CMYK 0.540.170.00   0.44
XYZ13.801516.335128.4122
Yxy16.33510.23570.2790
Hunter Lab40.4167-9.7750-13.3881
CIE-Lab47.4111-10.5193-18.4747

#42778f color RGB value is (66,119,143).

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

The process color (four color CMYK) of #42778f color hex is 0.54, 0.17, 0.00, 0.44. Web safe color of #42778f is #336699. Color #42778f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110111 10001111
Octal 102 167 217
Decimal 66 119 143
Hex 42 77 8F

RGB Percentages of Color #42778f

%20.12
%36.28
%43.60

CMYK Percentages of Color #42778f

%54
%17
%0
%44

Triadic Colors of #42778f

#42778f #8f4277 #778f42

Analogous Colors of #42778f

#42778f #42518f #428f81

Monochromatic Colors of #42778f

#42778f

Complementary Color

#42778f #8f5a42

#42778f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42778f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42778f Color CSS Codes

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

#42778f Text Font Color

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

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


#42778f Background Color

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

This div background color is #42778f


#42778f Border Color

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

This div border color is #42778f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42778f


Comments

No comments written yet.

Please login to write comment.