Color Hex Logo

#42516f Color Hex

#42516F
(66,81,111)
0 Favorites   0 Comments

Color spaces of #42516f

RGB 6681111
HSL0.610.250.35
HSV220°41°44°
CMYK 0.410.270.00   0.56
XYZ8.05848.190816.1952
Yxy8.19080.24840.2525
Hunter Lab28.61960.1759-13.5172
CIE-Lab34.37712.5117-19.1102

#42516f color RGB value is (66,81,111).

#42516f hex color red value is 66, green value is 81 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #42516f hue: 0.61 , saturation: 0.25 and the lightness value of 42516f is 0.35.

The process color (four color CMYK) of #42516f color hex is 0.41, 0.27, 0.00, 0.56. Web safe color of #42516f is #336666. Color #42516f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010001 01101111
Octal 102 121 157
Decimal 66 81 111
Hex 42 51 6F

RGB Percentages of Color #42516f

%25.58
%31.40
%43.02

CMYK Percentages of Color #42516f

%41
%27
%0
%56

Triadic Colors of #42516f

#42516f #6f4251 #516f42

Analogous Colors of #42516f

#42516f #4a426f #42686f

Monochromatic Colors of #42516f

#42516f

Complementary Color

#42516f #6f6042

#42516f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42516f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42516f Color CSS Codes

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

#42516f Text Font Color

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

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


#42516f Background Color

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

This div background color is #42516f


#42516f Border Color

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

This div border color is #42516f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42516f


Comments

No comments written yet.

Please login to write comment.