Color Hex Logo

#38528a Color Hex

#38528A
(56,82,138)
0 Favorites   0 Comments

Color spaces of #38528a

RGB 5682138
HSL0.610.420.38
HSV221°59°54°
CMYK 0.590.410.00   0.46
XYZ9.23568.710325.2392
Yxy8.71030.21390.2017
Hunter Lab29.51324.2100-30.0445
CIE-Lab35.42048.2284-34.2016

#38528a color RGB value is (56,82,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010010 10001010
Octal 70 122 212
Decimal 56 82 138
Hex 38 52 8A

RGB Percentages of Color #38528a

%20.29
%29.71
%50.00

CMYK Percentages of Color #38528a

%59
%41
%0
%46

Triadic Colors of #38528a

#38528a #8a3852 #528a38

Analogous Colors of #38528a

#38528a #47388a #387b8a

Monochromatic Colors of #38528a

#38528a

Complementary Color

#38528a #8a7038

#38528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38528a Color CSS Codes

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

#38528a Text Font Color

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

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


#38528a Background Color

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

This div background color is #38528a


#38528a Border Color

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

This div border color is #38528a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38528a

#38528a Color Palettes


Comments

No comments written yet.

Please login to write comment.