Color Hex Logo

#42537d Color Hex

#42537D
(66,83,125)
0 Favorites   0 Comments

Color spaces of #42537d

RGB 6683125
HSL0.620.310.37
HSV223°47°49°
CMYK 0.470.340.00   0.51
XYZ9.04178.825420.6290
Yxy8.82540.23490.2293
Hunter Lab29.70762.3394-20.3758
CIE-Lab35.64595.6364-25.8243

#42537d color RGB value is (66,83,125).

#42537d hex color red value is 66, green value is 83 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #42537d hue: 0.62 , saturation: 0.31 and the lightness value of 42537d is 0.37.

The process color (four color CMYK) of #42537d color hex is 0.47, 0.34, 0.00, 0.51. Web safe color of #42537d is #336666. Color #42537d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010011 01111101
Octal 102 123 175
Decimal 66 83 125
Hex 42 53 7D

RGB Percentages of Color #42537d

%24.09
%30.29
%45.62

CMYK Percentages of Color #42537d

%47
%34
%0
%51

Triadic Colors of #42537d

#42537d #7d4253 #537d42

Analogous Colors of #42537d

#42537d #4f427d #42717d

Monochromatic Colors of #42537d

#42537d

Complementary Color

#42537d #7d6c42

#42537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42537d Color CSS Codes

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

#42537d Text Font Color

<p style="color:#42537d">Text here</p>

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


#42537d Background Color

<div style="background-color:#42537d">
Div content here</div>

This div background color is #42537d


#42537d Border Color

<div style="border:3px solid #42537d">
Div here</div>

This div border color is #42537d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,83,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42537d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42537d;
  -webkit-box-shadow: 1px 1px 3px 2px #42537d;
  box-shadow:         1px 1px 3px 2px #42537d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42537d


Comments

No comments written yet.

Please login to write comment.