Color Hex Logo

#387072 Color Hex

#387072
(56,112,114)
0 Favorites   0 Comments

Color spaces of #387072

RGB 56112114
HSL0.510.340.33
HSV182°51°45°
CMYK 0.510.020.00   0.55
XYZ10.462313.644018.0017
Yxy13.64400.24850.3240
Hunter Lab36.9378-14.0826-3.0386
CIE-Lab43.7180-17.7797-6.8073

#387072 color RGB value is (56,112,114).

#387072 hex color red value is 56, green value is 112 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #387072 hue: 0.51 , saturation: 0.34 and the lightness value of 387072 is 0.33.

The process color (four color CMYK) of #387072 color hex is 0.51, 0.02, 0.00, 0.55. Web safe color of #387072 is #336666. Color #387072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110000 01110010
Octal 70 160 162
Decimal 56 112 114
Hex 38 70 72

RGB Percentages of Color #387072

%19.86
%39.72
%40.43

CMYK Percentages of Color #387072

%51
%2
%0
%55

Triadic Colors of #387072

#387072 #723870 #707238

Analogous Colors of #387072

#387072 #385372 #387257

Monochromatic Colors of #387072

#387072

Complementary Color

#387072 #723a38

#387072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387072 Color CSS Codes

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

#387072 Text Font Color

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

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


#387072 Background Color

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

This div background color is #387072


#387072 Border Color

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

This div border color is #387072


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,112,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #387072; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #387072;
  -webkit-box-shadow: 1px 1px 3px 2px #387072;
  box-shadow:         1px 1px 3px 2px #387072; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387072

#387072 Color Palettes


Comments

No comments written yet.

Please login to write comment.