Color Hex Logo

#387eac Color Hex

#387EAC
(56,126,172)
0 Favorites   0 Comments

Color spaces of #387eac

RGB 56126172
HSL0.570.510.45
HSV204°67°67°
CMYK 0.670.270.00   0.33
XYZ16.538118.741041.7755
Yxy18.74100.21460.2432
Hunter Lab43.2909-7.5680-26.9110
CIE-Lab50.3828-6.9947-30.8753

#387eac color RGB value is (56,126,172).

#387eac hex color red value is 56, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #387eac hue: 0.57 , saturation: 0.51 and the lightness value of 387eac is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111110 10101100
Octal 70 176 254
Decimal 56 126 172
Hex 38 7E AC

RGB Percentages of Color #387eac

%15.82
%35.59
%48.59

CMYK Percentages of Color #387eac

%67
%27
%0
%33

Triadic Colors of #387eac

#387eac #ac387e #7eac38

Analogous Colors of #387eac

#387eac #3844ac #38aca0

Monochromatic Colors of #387eac

#387eac

Complementary Color

#387eac #ac6638

#387eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#387eac Color CSS Codes

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

#387eac Text Font Color

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

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


#387eac Background Color

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

This div background color is #387eac


#387eac Border Color

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

This div border color is #387eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387eac


Comments

No comments written yet.

Please login to write comment.