Color Hex Logo

#385eaa Color Hex

#385EAA
(56,94,170)
0 Favorites   0 Comments

Color spaces of #385eaa

RGB 5694170
HSL0.610.500.44
HSV220°67°67°
CMYK 0.670.450.00   0.33
XYZ12.889311.748439.6185
Yxy11.74840.20060.1828
Hunter Lab34.27597.1412-44.5383
CIE-Lab40.813411.9966-44.8287

#385eaa color RGB value is (56,94,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011110 10101010
Octal 70 136 252
Decimal 56 94 170
Hex 38 5E AA

RGB Percentages of Color #385eaa

%17.50
%29.38
%53.13

CMYK Percentages of Color #385eaa

%67
%45
%0
%33

Triadic Colors of #385eaa

#385eaa #aa385e #5eaa38

Analogous Colors of #385eaa

#385eaa #4b38aa #3897aa

Monochromatic Colors of #385eaa

#385eaa

Complementary Color

#385eaa #aa8438

#385eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#385eaa Color CSS Codes

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

#385eaa Text Font Color

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

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


#385eaa Background Color

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

This div background color is #385eaa


#385eaa Border Color

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

This div border color is #385eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,94,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 #385eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385eaa


Comments

No comments written yet.

Please login to write comment.