Color Hex Logo

#38484e Color Hex

#38484E
(56,72,78)
0 Favorites   0 Comments

Color spaces of #38484e

RGB 567278
HSL0.550.160.26
HSV196°28°31°
CMYK 0.280.080.00   0.69
XYZ5.32346.02558.0902
Yxy6.02550.27390.3100
Hunter Lab24.5469-4.2464-2.3581
CIE-Lab29.4767-4.7180-5.6726

#38484e color RGB value is (56,72,78).

#38484e hex color red value is 56, green value is 72 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #38484e hue: 0.55 , saturation: 0.16 and the lightness value of 38484e is 0.26.

The process color (four color CMYK) of #38484e color hex is 0.28, 0.08, 0.00, 0.69. Web safe color of #38484e is #333366. Color #38484e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001000 01001110
Octal 70 110 116
Decimal 56 72 78
Hex 38 48 4E

RGB Percentages of Color #38484e

%27.18
%34.95
%37.86

CMYK Percentages of Color #38484e

%28
%8
%0
%69

Triadic Colors of #38484e

#38484e #4e3848 #484e38

Analogous Colors of #38484e

#38484e #383d4e #384e49

Monochromatic Colors of #38484e

#38484e

Complementary Color

#38484e #4e3e38

#38484e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38484e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38484e Color CSS Codes

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

#38484e Text Font Color

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

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


#38484e Background Color

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

This div background color is #38484e


#38484e Border Color

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

This div border color is #38484e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38484e


Comments

No comments written yet.

Please login to write comment.