Color Hex Logo

#38728a Color Hex

#38728A
(56,114,138)
0 Favorites   0 Comments

Color spaces of #38728a

RGB 56114138
HSL0.550.420.38
HSV198°59°54°
CMYK 0.590.170.00   0.46
XYZ12.235614.710426.2393
Yxy14.71040.23010.2766
Hunter Lab38.3541-10.1753-13.7143
CIE-Lab45.2350-11.4801-18.8818

#38728a color RGB value is (56,114,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110010 10001010
Octal 70 162 212
Decimal 56 114 138
Hex 38 72 8A

RGB Percentages of Color #38728a

%18.18
%37.01
%44.81

CMYK Percentages of Color #38728a

%59
%17
%0
%46

Triadic Colors of #38728a

#38728a #8a3872 #728a38

Analogous Colors of #38728a

#38728a #38498a #388a79

Monochromatic Colors of #38728a

#38728a

Complementary Color

#38728a #8a5038

#38728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38728a Color CSS Codes

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

#38728a Text Font Color

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

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


#38728a Background Color

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

This div background color is #38728a


#38728a Border Color

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

This div border color is #38728a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38728a


Comments

No comments written yet.

Please login to write comment.