Color Hex Logo

#385e8f Color Hex

#385E8F
(56,94,143)
0 Favorites   0 Comments

Color spaces of #385e8f

RGB 5694143
HSL0.590.440.39
HSV214°61°56°
CMYK 0.610.340.00   0.44
XYZ10.591510.829327.5186
Yxy10.82930.21640.2213
Hunter Lab32.9079-0.1381-26.5446
CIE-Lab39.29152.2825-31.1199

#385e8f color RGB value is (56,94,143).

#385e8f hex color red value is 56, green value is 94 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #385e8f hue: 0.59 , saturation: 0.44 and the lightness value of 385e8f is 0.39.

The process color (four color CMYK) of #385e8f color hex is 0.61, 0.34, 0.00, 0.44. Web safe color of #385e8f is #336699. Color #385e8f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011110 10001111
Octal 70 136 217
Decimal 56 94 143
Hex 38 5E 8F

RGB Percentages of Color #385e8f

%19.11
%32.08
%48.81

CMYK Percentages of Color #385e8f

%61
%34
%0
%44

Triadic Colors of #385e8f

#385e8f #8f385e #5e8f38

Analogous Colors of #385e8f

#385e8f #3e388f #388a8f

Monochromatic Colors of #385e8f

#385e8f

Complementary Color

#385e8f #8f6938

#385e8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385e8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#385e8f Color CSS Codes

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

#385e8f Text Font Color

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

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


#385e8f Background Color

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

This div background color is #385e8f


#385e8f Border Color

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

This div border color is #385e8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385e8f


Comments

No comments written yet.

Please login to write comment.