Color Hex Logo

#387075 Color Hex

#387075
(56,112,117)
0 Favorites   0 Comments

Color spaces of #387075

RGB 56112117
HSL0.510.350.34
HSV185°52°46°
CMYK 0.520.040.00   0.54
XYZ10.635913.713418.9160
Yxy13.71340.24580.3170
Hunter Lab37.0316-13.5381-4.3636
CIE-Lab43.8191-16.8973-8.4608

#387075 color RGB value is (56,112,117).

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

The process color (four color CMYK) of #387075 color hex is 0.52, 0.04, 0.00, 0.54. Web safe color of #387075 is #336666. Color #387075 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110000 01110101
Octal 70 160 165
Decimal 56 112 117
Hex 38 70 75

RGB Percentages of Color #387075

%19.65
%39.30
%41.05

CMYK Percentages of Color #387075

%52
%4
%0
%54

Triadic Colors of #387075

#387075 #753870 #707538

Analogous Colors of #387075

#387075 #385275 #38755c

Monochromatic Colors of #387075

#387075

Complementary Color

#387075 #753d38

#387075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387075 Color CSS Codes

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

#387075 Text Font Color

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

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


#387075 Background Color

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

This div background color is #387075


#387075 Border Color

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

This div border color is #387075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387075


Comments

No comments written yet.

Please login to write comment.