Color Hex Logo

#42567f Color Hex

#42567F
(66,86,127)
0 Favorites   0 Comments

Color spaces of #42567f

RGB 6686127
HSL0.610.320.38
HSV220°48°50°
CMYK 0.480.320.00   0.50
XYZ9.40539.346121.3869
Yxy9.34610.23430.2328
Hunter Lab30.57141.4157-20.0777
CIE-Lab36.64234.3611-25.4962

#42567f color RGB value is (66,86,127).

#42567f hex color red value is 66, green value is 86 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #42567f hue: 0.61 , saturation: 0.32 and the lightness value of 42567f is 0.38.

The process color (four color CMYK) of #42567f color hex is 0.48, 0.32, 0.00, 0.50. Web safe color of #42567f is #336666. Color #42567f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010110 01111111
Octal 102 126 177
Decimal 66 86 127
Hex 42 56 7F

RGB Percentages of Color #42567f

%23.66
%30.82
%45.52

CMYK Percentages of Color #42567f

%48
%32
%0
%50

Triadic Colors of #42567f

#42567f #7f4256 #567f42

Analogous Colors of #42567f

#42567f #4d427f #42757f

Monochromatic Colors of #42567f

#42567f

Complementary Color

#42567f #7f6b42

#42567f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42567f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42567f Color CSS Codes

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

#42567f Text Font Color

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

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


#42567f Background Color

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

This div background color is #42567f


#42567f Border Color

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

This div border color is #42567f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42567f


Comments

No comments written yet.

Please login to write comment.