Color Hex Logo

#42547a Color Hex

#42547A
(66,84,122)
0 Favorites   0 Comments

Color spaces of #42547a

RGB 6684122
HSL0.610.300.37
HSV221°46°48°
CMYK 0.460.310.00   0.52
XYZ8.92998.904019.6603
Yxy8.90400.23820.2375
Hunter Lab29.83961.1993-18.1765
CIE-Lab35.79884.0328-23.7338

#42547a color RGB value is (66,84,122).

#42547a hex color red value is 66, green value is 84 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #42547a hue: 0.61 , saturation: 0.30 and the lightness value of 42547a is 0.37.

The process color (four color CMYK) of #42547a color hex is 0.46, 0.31, 0.00, 0.52. Web safe color of #42547a is #336666. Color #42547a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010100 01111010
Octal 102 124 172
Decimal 66 84 122
Hex 42 54 7A

RGB Percentages of Color #42547a

%24.26
%30.88
%44.85

CMYK Percentages of Color #42547a

%46
%31
%0
%52

Triadic Colors of #42547a

#42547a #7a4254 #547a42

Analogous Colors of #42547a

#42547a #4c427a #42707a

Monochromatic Colors of #42547a

#42547a

Complementary Color

#42547a #7a6842

#42547a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42547a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42547a Color CSS Codes

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

#42547a Text Font Color

<p style="color:#42547a">Text here</p>

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


#42547a Background Color

<div style="background-color:#42547a">
Div content here</div>

This div background color is #42547a


#42547a Border Color

<div style="border:3px solid #42547a">
Div here</div>

This div border color is #42547a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,84,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42547a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42547a;
  -webkit-box-shadow: 1px 1px 3px 2px #42547a;
  box-shadow:         1px 1px 3px 2px #42547a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42547a


Comments

No comments written yet.

Please login to write comment.