Color Hex Logo

#385189 Color Hex

#385189
(56,81,137)
0 Favorites   0 Comments

Color spaces of #385189

RGB 5681137
HSL0.620.420.38
HSV221°59°54°
CMYK 0.590.410.00   0.46
XYZ9.08878.531824.8347
Yxy8.53180.21410.2010
Hunter Lab29.20924.4256-29.9639
CIE-Lab35.06678.5276-34.1516

#385189 color RGB value is (56,81,137).

#385189 hex color red value is 56, green value is 81 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #385189 hue: 0.62 , saturation: 0.42 and the lightness value of 385189 is 0.38.

The process color (four color CMYK) of #385189 color hex is 0.59, 0.41, 0.00, 0.46. Web safe color of #385189 is #336699. Color #385189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010001 10001001
Octal 70 121 211
Decimal 56 81 137
Hex 38 51 89

RGB Percentages of Color #385189

%20.44
%29.56
%50.00

CMYK Percentages of Color #385189

%59
%41
%0
%46

Triadic Colors of #385189

#385189 #893851 #518938

Analogous Colors of #385189

#385189 #483889 #387a89

Monochromatic Colors of #385189

#385189

Complementary Color

#385189 #897038

#385189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385189 Color CSS Codes

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

#385189 Text Font Color

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

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


#385189 Background Color

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

This div background color is #385189


#385189 Border Color

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

This div border color is #385189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385189


Comments

No comments written yet.

Please login to write comment.