Color Hex Logo

#42518f Color Hex

#42518F
(66,81,143)
0 Favorites   0 Comments

Color spaces of #42518f

RGB 6681143
HSL0.630.370.41
HSV228°54°56°
CMYK 0.540.430.00   0.44
XYZ10.14719.026327.1940
Yxy9.02630.21880.1947
Hunter Lab30.04387.7106-32.6354
CIE-Lab36.034912.9062-36.2355

#42518f color RGB value is (66,81,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010001 10001111
Octal 102 121 217
Decimal 66 81 143
Hex 42 51 8F

RGB Percentages of Color #42518f

%22.76
%27.93
%49.31

CMYK Percentages of Color #42518f

%54
%43
%0
%44

Triadic Colors of #42518f

#42518f #8f4251 #518f42

Analogous Colors of #42518f

#42518f #59428f #42788f

Monochromatic Colors of #42518f

#42518f

Complementary Color

#42518f #8f8042

#42518f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42518f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42518f Color CSS Codes

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

#42518f Text Font Color

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

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


#42518f Background Color

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

This div background color is #42518f


#42518f Border Color

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

This div border color is #42518f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42518f


Comments

No comments written yet.

Please login to write comment.