Color Hex Logo

#38487a Color Hex

#38487A
(56,72,122)
0 Favorites   0 Comments

Color spaces of #38487a

RGB 5672122
HSL0.630.370.35
HSV225°54°48°
CMYK 0.540.410.00   0.52
XYZ7.46116.880619.3472
Yxy6.88060.22150.2042
Hunter Lab26.23094.8684-25.3691
CIE-Lab31.53359.2017-30.4844

#38487a color RGB value is (56,72,122).

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

The process color (four color CMYK) of #38487a color hex is 0.54, 0.41, 0.00, 0.52. Web safe color of #38487a is #333366. Color #38487a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001000 01111010
Octal 70 110 172
Decimal 56 72 122
Hex 38 48 7A

RGB Percentages of Color #38487a

%22.40
%28.80
%48.80

CMYK Percentages of Color #38487a

%54
%41
%0
%52

Triadic Colors of #38487a

#38487a #7a3848 #487a38

Analogous Colors of #38487a

#38487a #49387a #38697a

Monochromatic Colors of #38487a

#38487a

Complementary Color

#38487a #7a6a38

#38487a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38487a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38487a Color CSS Codes

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

#38487a Text Font Color

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

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


#38487a Background Color

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

This div background color is #38487a


#38487a Border Color

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

This div border color is #38487a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38487a


Comments

No comments written yet.

Please login to write comment.