Color Hex Logo

#42727c Color Hex

#42727C
(66,114,124)
0 Favorites   0 Comments

Color spaces of #42727c

RGB 66114124
HSL0.530.310.37
HSV190°47°49°
CMYK 0.470.080.00   0.51
XYZ11.902214.648121.2688
Yxy14.64810.24890.3063
Hunter Lab38.2728-11.4670-6.1574
CIE-Lab45.1484-13.4212-10.6162

#42727c color RGB value is (66,114,124).

#42727c hex color red value is 66, green value is 114 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #42727c hue: 0.53 , saturation: 0.31 and the lightness value of 42727c is 0.37.

The process color (four color CMYK) of #42727c color hex is 0.47, 0.08, 0.00, 0.51. Web safe color of #42727c is #336666. Color #42727c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110010 01111100
Octal 102 162 174
Decimal 66 114 124
Hex 42 72 7C

RGB Percentages of Color #42727c

%21.71
%37.50
%40.79

CMYK Percentages of Color #42727c

%47
%8
%0
%51

Triadic Colors of #42727c

#42727c #7c4272 #727c42

Analogous Colors of #42727c

#42727c #42557c #427c69

Monochromatic Colors of #42727c

#42727c

Complementary Color

#42727c #7c4c42

#42727c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42727c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42727c Color CSS Codes

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

#42727c Text Font Color

<p style="color:#42727c">Text here</p>

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


#42727c Background Color

<div style="background-color:#42727c">
Div content here</div>

This div background color is #42727c


#42727c Border Color

<div style="border:3px solid #42727c">
Div here</div>

This div border color is #42727c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,114,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42727c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42727c;
  -webkit-box-shadow: 1px 1px 3px 2px #42727c;
  box-shadow:         1px 1px 3px 2px #42727c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42727c


Comments

No comments written yet.

Please login to write comment.