Color Hex Logo

#38485e Color Hex

#38485E
(56,72,94)
0 Favorites   0 Comments

Color spaces of #38485e

RGB 567294
HSL0.600.250.29
HSV215°40°37°
CMYK 0.400.230.00   0.63
XYZ5.96866.283611.4880
Yxy6.28360.25140.2647
Hunter Lab25.0671-1.3657-9.6250
CIE-Lab30.1170-0.0419-14.9937

#38485e color RGB value is (56,72,94).

#38485e hex color red value is 56, green value is 72 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #38485e hue: 0.60 , saturation: 0.25 and the lightness value of 38485e is 0.29.

The process color (four color CMYK) of #38485e color hex is 0.40, 0.23, 0.00, 0.63. Web safe color of #38485e is #333366. Color #38485e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001000 01011110
Octal 70 110 136
Decimal 56 72 94
Hex 38 48 5E

RGB Percentages of Color #38485e

%25.23
%32.43
%42.34

CMYK Percentages of Color #38485e

%40
%23
%0
%63

Triadic Colors of #38485e

#38485e #5e3848 #485e38

Analogous Colors of #38485e

#38485e #3b385e #385b5e

Monochromatic Colors of #38485e

#38485e

Complementary Color

#38485e #5e4e38

#38485e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38485e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38485e Color CSS Codes

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

#38485e Text Font Color

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

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


#38485e Background Color

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

This div background color is #38485e


#38485e Border Color

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

This div border color is #38485e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38485e

#38485e Color Palettes


Comments

No comments written yet.

Please login to write comment.