Color Hex Logo

#38788a Color Hex

#38788A
(56,120,138)
0 Favorites   0 Comments

Color spaces of #38788a

RGB 56120138
HSL0.540.420.38
HSV193°59°54°
CMYK 0.590.130.00   0.46
XYZ12.934816.108726.4723
Yxy16.10870.23300.2902
Hunter Lab40.1356-12.7109-11.0110
CIE-Lab47.1168-14.8712-16.0046

#38788a color RGB value is (56,120,138).

#38788a hex color red value is 56, green value is 120 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #38788a hue: 0.54 , saturation: 0.42 and the lightness value of 38788a is 0.38.

The process color (four color CMYK) of #38788a color hex is 0.59, 0.13, 0.00, 0.46. Web safe color of #38788a is #336699. Color #38788a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111000 10001010
Octal 70 170 212
Decimal 56 120 138
Hex 38 78 8A

RGB Percentages of Color #38788a

%17.83
%38.22
%43.95

CMYK Percentages of Color #38788a

%59
%13
%0
%46

Triadic Colors of #38788a

#38788a #8a3878 #788a38

Analogous Colors of #38788a

#38788a #384f8a #388a73

Monochromatic Colors of #38788a

#38788a

Complementary Color

#38788a #8a4a38

#38788a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38788a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38788a Color CSS Codes

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

#38788a Text Font Color

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

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


#38788a Background Color

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

This div background color is #38788a


#38788a Border Color

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

This div border color is #38788a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38788a

#38788a Color Palettes


Comments

No comments written yet.

Please login to write comment.