Color Hex Logo

#487d75 Color Hex

#487D75
(72,125,117)
0 Favorites   0 Comments

Color spaces of #487d75

RGB 72125117
HSL0.470.270.39
HSV171°42°49°
CMYK 0.420.000.06   0.51
XYZ13.217017.329319.4779
Yxy17.32930.26420.3464
Hunter Lab41.6285-16.17631.3982
CIE-Lab48.6723-19.7191-1.1874

#487d75 color RGB value is (72,125,117).

#487d75 hex color red value is 72, green value is 125 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #487d75 hue: 0.47 , saturation: 0.27 and the lightness value of 487d75 is 0.39.

The process color (four color CMYK) of #487d75 color hex is 0.42, 0.00, 0.06, 0.51. Web safe color of #487d75 is #336666. Color #487d75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111101 01110101
Octal 110 175 165
Decimal 72 125 117
Hex 48 7D 75

RGB Percentages of Color #487d75

%22.93
%39.81
%37.26

CMYK Percentages of Color #487d75

%42
%0
%6
%51

Triadic Colors of #487d75

#487d75 #75487d #7d7548

Analogous Colors of #487d75

#487d75 #486b7d #487d5b

Monochromatic Colors of #487d75

#487d75

Complementary Color

#487d75 #7d4850

#487d75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#487d75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#487d75 Color CSS Codes

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

#487d75 Text Font Color

<p style="color:#487d75">Text here</p>

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


#487d75 Background Color

<div style="background-color:#487d75">
Div content here</div>

This div background color is #487d75


#487d75 Border Color

<div style="border:3px solid #487d75">
Div here</div>

This div border color is #487d75


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,125,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #487d75; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #487d75;
  -webkit-box-shadow: 1px 1px 3px 2px #487d75;
  box-shadow:         1px 1px 3px 2px #487d75; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,125,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #487d75


Comments

No comments written yet.

Please login to write comment.