Color Hex Logo

#38486e Color Hex

#38486E
(56,72,110)
0 Favorites   0 Comments

Color spaces of #38486e

RGB 5672110
HSL0.620.330.33
HSV222°49°43°
CMYK 0.490.350.00   0.57
XYZ6.76276.601315.6696
Yxy6.60130.23290.2274
Hunter Lab25.69302.0206-18.1746
CIE-Lab30.88155.1124-23.9783

#38486e color RGB value is (56,72,110).

#38486e hex color red value is 56, green value is 72 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #38486e hue: 0.62 , saturation: 0.33 and the lightness value of 38486e is 0.33.

The process color (four color CMYK) of #38486e color hex is 0.49, 0.35, 0.00, 0.57. Web safe color of #38486e is #333366. Color #38486e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001000 01101110
Octal 70 110 156
Decimal 56 72 110
Hex 38 48 6E

RGB Percentages of Color #38486e

%23.53
%30.25
%46.22

CMYK Percentages of Color #38486e

%49
%35
%0
%57

Triadic Colors of #38486e

#38486e #6e3848 #486e38

Analogous Colors of #38486e

#38486e #43386e #38636e

Monochromatic Colors of #38486e

#38486e

Complementary Color

#38486e #6e5e38

#38486e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38486e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38486e Color CSS Codes

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

#38486e Text Font Color

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

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


#38486e Background Color

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

This div background color is #38486e


#38486e Border Color

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

This div border color is #38486e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38486e


Comments

No comments written yet.

Please login to write comment.