Color Hex Logo

#38487e Color Hex

#38487E
(56,72,126)
0 Favorites   0 Comments

Color spaces of #38487e

RGB 5672126
HSL0.630.380.36
HSV226°56°49°
CMYK 0.560.430.00   0.51
XYZ7.71416.981820.6797
Yxy6.98180.21810.1974
Hunter Lab26.42315.8718-27.9064
CIE-Lab31.765410.5951-32.6088

#38487e color RGB value is (56,72,126).

#38487e hex color red value is 56, green value is 72 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #38487e hue: 0.63 , saturation: 0.38 and the lightness value of 38487e is 0.36.

The process color (four color CMYK) of #38487e color hex is 0.56, 0.43, 0.00, 0.51. Web safe color of #38487e is #333366. Color #38487e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001000 01111110
Octal 70 110 176
Decimal 56 72 126
Hex 38 48 7E

RGB Percentages of Color #38487e

%22.05
%28.35
%49.61

CMYK Percentages of Color #38487e

%56
%43
%0
%51

Triadic Colors of #38487e

#38487e #7e3848 #487e38

Analogous Colors of #38487e

#38487e #4b387e #386b7e

Monochromatic Colors of #38487e

#38487e

Complementary Color

#38487e #7e6e38

#38487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38487e Color CSS Codes

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

#38487e Text Font Color

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

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


#38487e Background Color

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

This div background color is #38487e


#38487e Border Color

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

This div border color is #38487e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,72,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38487e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38487e;
  -webkit-box-shadow: 1px 1px 3px 2px #38487e;
  box-shadow:         1px 1px 3px 2px #38487e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38487e


Comments

No comments written yet.

Please login to write comment.