Color Hex Logo

#42517b Color Hex

#42517B
(66,81,123)
0 Favorites   0 Comments

Color spaces of #42517b

RGB 6681123
HSL0.620.300.37
HSV224°46°48°
CMYK 0.460.340.00   0.52
XYZ8.76438.473219.9124
Yxy8.47320.23590.2281
Hunter Lab29.10882.8039-20.1823
CIE-Lab34.94966.2794-25.6791

#42517b color RGB value is (66,81,123).

#42517b hex color red value is 66, green value is 81 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #42517b hue: 0.62 , saturation: 0.30 and the lightness value of 42517b is 0.37.

The process color (four color CMYK) of #42517b color hex is 0.46, 0.34, 0.00, 0.52. Web safe color of #42517b is #336666. Color #42517b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01010001 01111011
Octal 102 121 173
Decimal 66 81 123
Hex 42 51 7B

RGB Percentages of Color #42517b

%24.44
%30.00
%45.56

CMYK Percentages of Color #42517b

%46
%34
%0
%52

Triadic Colors of #42517b

#42517b #7b4251 #517b42

Analogous Colors of #42517b

#42517b #50427b #426e7b

Monochromatic Colors of #42517b

#42517b

Complementary Color

#42517b #7b6c42

#42517b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42517b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42517b Color CSS Codes

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

#42517b Text Font Color

<p style="color:#42517b">Text here</p>

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


#42517b Background Color

<div style="background-color:#42517b">
Div content here</div>

This div background color is #42517b


#42517b Border Color

<div style="border:3px solid #42517b">
Div here</div>

This div border color is #42517b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42517b


Comments

No comments written yet.

Please login to write comment.