Color Hex Logo

#42897f Color Hex

#42897F
(66,137,127)
0 Favorites   0 Comments

Color spaces of #42897f

RGB 66137127
HSL0.480.350.40
HSV172°52°54°
CMYK 0.520.000.07   0.46
XYZ15.023220.581923.2596
Yxy20.58190.25520.3496
Hunter Lab45.3673-20.28311.3594
CIE-Lab52.4888-24.8699-1.4734

#42897f color RGB value is (66,137,127).

#42897f hex color red value is 66, green value is 137 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #42897f hue: 0.48 , saturation: 0.35 and the lightness value of 42897f is 0.40.

The process color (four color CMYK) of #42897f color hex is 0.52, 0.00, 0.07, 0.46. Web safe color of #42897f is #339966. Color #42897f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 01111111
Octal 102 211 177
Decimal 66 137 127
Hex 42 89 7F

RGB Percentages of Color #42897f

%20.00
%41.52
%38.48

CMYK Percentages of Color #42897f

%52
%0
%7
%46

Triadic Colors of #42897f

#42897f #7f4289 #897f42

Analogous Colors of #42897f

#42897f #427089 #42895c

Monochromatic Colors of #42897f

#42897f

Complementary Color

#42897f #89424c

#42897f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42897f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42897f Color CSS Codes

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

#42897f Text Font Color

<p style="color:#42897f">Text here</p>

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


#42897f Background Color

<div style="background-color:#42897f">
Div content here</div>

This div background color is #42897f


#42897f Border Color

<div style="border:3px solid #42897f">
Div here</div>

This div border color is #42897f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,137,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42897f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42897f;
  -webkit-box-shadow: 1px 1px 3px 2px #42897f;
  box-shadow:         1px 1px 3px 2px #42897f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42897f


Comments

No comments written yet.

Please login to write comment.