Color Hex Logo

#42757b Color Hex

#42757B
(66,117,123)
0 Favorites   0 Comments

Color spaces of #42757b

RGB 66117123
HSL0.520.300.37
HSV186°46°48°
CMYK 0.460.050.00   0.52
XYZ12.183215.310921.0521
Yxy15.31090.25100.3154
Hunter Lab39.1291-12.8985-4.5086
CIE-Lab46.0571-15.3848-8.6540

#42757b color RGB value is (66,117,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110101 01111011
Octal 102 165 173
Decimal 66 117 123
Hex 42 75 7B

RGB Percentages of Color #42757b

%21.57
%38.24
%40.20

CMYK Percentages of Color #42757b

%46
%5
%0
%52

Triadic Colors of #42757b

#42757b #7b4275 #757b42

Analogous Colors of #42757b

#42757b #42597b #427b65

Monochromatic Colors of #42757b

#42757b

Complementary Color

#42757b #7b4842

#42757b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42757b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42757b Color CSS Codes

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

#42757b Text Font Color

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

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


#42757b Background Color

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

This div background color is #42757b


#42757b Border Color

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

This div border color is #42757b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,117,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 #42757b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42757b


Comments

No comments written yet.

Please login to write comment.