Color Hex Logo

#385daa Color Hex

#385DAA
(56,93,170)
0 Favorites   0 Comments

Color spaces of #385daa

RGB 5693170
HSL0.610.500.44
HSV221°67°67°
CMYK 0.670.450.00   0.33
XYZ12.800911.571739.5891
Yxy11.57170.20010.1809
Hunter Lab34.01727.6406-45.1895
CIE-Lab40.527112.6419-45.2869

#385daa color RGB value is (56,93,170).

#385daa hex color red value is 56, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #385daa hue: 0.61 , saturation: 0.50 and the lightness value of 385daa is 0.44.

The process color (four color CMYK) of #385daa color hex is 0.67, 0.45, 0.00, 0.33. Web safe color of #385daa is #336699. Color #385daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011101 10101010
Octal 70 135 252
Decimal 56 93 170
Hex 38 5D AA

RGB Percentages of Color #385daa

%17.55
%29.15
%53.29

CMYK Percentages of Color #385daa

%67
%45
%0
%33

Triadic Colors of #385daa

#385daa #aa385d #5daa38

Analogous Colors of #385daa

#385daa #4c38aa #3896aa

Monochromatic Colors of #385daa

#385daa

Complementary Color

#385daa #aa8538

#385daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#385daa Color CSS Codes

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

#385daa Text Font Color

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

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


#385daa Background Color

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

This div background color is #385daa


#385daa Border Color

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

This div border color is #385daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385daa


Comments

No comments written yet.

Please login to write comment.