Color Hex Logo

#387eaa Color Hex

#387EAA
(56,126,170)
0 Favorites   0 Comments

Color spaces of #387eaa

RGB 56126170
HSL0.560.500.44
HSV203°67°67°
CMYK 0.670.260.00   0.33
XYZ16.347418.664740.7713
Yxy18.66470.21570.2463
Hunter Lab43.2027-8.0623-25.7114
CIE-Lab50.2926-7.6829-29.8569

#387eaa color RGB value is (56,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111110 10101010
Octal 70 176 252
Decimal 56 126 170
Hex 38 7E AA

RGB Percentages of Color #387eaa

%15.91
%35.80
%48.30

CMYK Percentages of Color #387eaa

%67
%26
%0
%33

Triadic Colors of #387eaa

#387eaa #aa387e #7eaa38

Analogous Colors of #387eaa

#387eaa #3845aa #38aa9d

Monochromatic Colors of #387eaa

#387eaa

Complementary Color

#387eaa #aa6438

#387eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#387eaa Color CSS Codes

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

#387eaa Text Font Color

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

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


#387eaa Background Color

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

This div background color is #387eaa


#387eaa Border Color

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

This div border color is #387eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387eaa


Comments

No comments written yet.

Please login to write comment.