Color Hex Logo

#38384d Color Hex

#38384D
(56,56,77)
0 Favorites   0 Comments

Color spaces of #38384d

RGB 565677
HSL0.670.160.26
HSV240°27°30°
CMYK 0.270.270.00   0.70
XYZ4.38464.20497.6017
Yxy4.20490.27080.2597
Hunter Lab20.50592.2820-7.6252
CIE-Lab24.33765.4532-12.8056

#38384d color RGB value is (56,56,77).

#38384d hex color red value is 56, green value is 56 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #38384d hue: 0.67 , saturation: 0.16 and the lightness value of 38384d is 0.26.

The process color (four color CMYK) of #38384d color hex is 0.27, 0.27, 0.00, 0.70. Web safe color of #38384d is #333366. Color #38384d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111000 01001101
Octal 70 70 115
Decimal 56 56 77
Hex 38 38 4D

RGB Percentages of Color #38384d

%29.63
%29.63
%40.74

CMYK Percentages of Color #38384d

%27
%27
%0
%70

Triadic Colors of #38384d

#38384d #4d3838 #384d38

Analogous Colors of #38384d

#38384d #43384d #38434d

Monochromatic Colors of #38384d

#38384d

Complementary Color

#38384d #4d4d38

#38384d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38384d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38384d Color CSS Codes

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

#38384d Text Font Color

<p style="color:#38384d">Text here</p>

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


#38384d Background Color

<div style="background-color:#38384d">
Div content here</div>

This div background color is #38384d


#38384d Border Color

<div style="border:3px solid #38384d">
Div here</div>

This div border color is #38384d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,56,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38384d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38384d;
  -webkit-box-shadow: 1px 1px 3px 2px #38384d;
  box-shadow:         1px 1px 3px 2px #38384d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38384d


Comments

No comments written yet.

Please login to write comment.