Color Hex Logo

#42875c Color Hex

#42875C
(66,135,92)
0 Favorites   0 Comments

Color spaces of #42875c

RGB 6613592
HSL0.400.340.39
HSV143°51°53°
CMYK 0.510.000.32   0.47
XYZ12.842519.258913.1657
Yxy19.25890.28370.4255
Hunter Lab43.8850-24.562412.9322
CIE-Lab50.9887-32.173916.5990

#42875c color RGB value is (66,135,92).

#42875c hex color red value is 66, green value is 135 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #42875c hue: 0.40 , saturation: 0.34 and the lightness value of 42875c is 0.39.

The process color (four color CMYK) of #42875c color hex is 0.51, 0.00, 0.32, 0.47. Web safe color of #42875c is #339966. Color #42875c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000111 01011100
Octal 102 207 134
Decimal 66 135 92
Hex 42 87 5C

RGB Percentages of Color #42875c

%22.53
%46.08
%31.40

CMYK Percentages of Color #42875c

%51
%0
%32
%47

Triadic Colors of #42875c

#42875c #5c4287 #875c42

Analogous Colors of #42875c

#42875c #42877f #4b8742

Monochromatic Colors of #42875c

#42875c

Complementary Color

#42875c #87426d

#42875c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42875c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42875c Color CSS Codes

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

#42875c Text Font Color

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

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


#42875c Background Color

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

This div background color is #42875c


#42875c Border Color

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

This div border color is #42875c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42875c

#42875c Color Palettes


Comments

No comments written yet.

Please login to write comment.