Color Hex Logo

#38787f Color Hex

#38787F
(56,120,127)
0 Favorites   0 Comments

Color spaces of #38787f

RGB 56120127
HSL0.520.390.36
HSV186°56°50°
CMYK 0.560.060.00   0.50
XYZ12.178115.806022.4877
Yxy15.80600.24130.3132
Hunter Lab39.7568-14.8971-5.7066
CIE-Lab46.7189-18.2726-10.0841

#38787f color RGB value is (56,120,127).

#38787f hex color red value is 56, green value is 120 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #38787f hue: 0.52 , saturation: 0.39 and the lightness value of 38787f is 0.36.

The process color (four color CMYK) of #38787f color hex is 0.56, 0.06, 0.00, 0.50. Web safe color of #38787f is #336666. Color #38787f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111000 01111111
Octal 70 170 177
Decimal 56 120 127
Hex 38 78 7F

RGB Percentages of Color #38787f

%18.48
%39.60
%41.91

CMYK Percentages of Color #38787f

%56
%6
%0
%50

Triadic Colors of #38787f

#38787f #7f3878 #787f38

Analogous Colors of #38787f

#38787f #38557f #387f63

Monochromatic Colors of #38787f

#38787f

Complementary Color

#38787f #7f3f38

#38787f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38787f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38787f Color CSS Codes

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

#38787f Text Font Color

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

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


#38787f Background Color

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

This div background color is #38787f


#38787f Border Color

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

This div border color is #38787f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,120,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 #38787f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38787f


Comments

No comments written yet.

Please login to write comment.