Color Hex Logo

#387fab Color Hex

#387FAB
(56,127,171)
0 Favorites   0 Comments

Color spaces of #387fab

RGB 56127171
HSL0.560.510.45
HSV203°67°67°
CMYK 0.670.260.00   0.33
XYZ16.570918.959841.3143
Yxy18.95980.21560.2467
Hunter Lab43.5429-8.2691-25.7755
CIE-Lab50.6401-7.9195-29.8948

#387fab color RGB value is (56,127,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111111 10101011
Octal 70 177 253
Decimal 56 127 171
Hex 38 7F AB

RGB Percentages of Color #387fab

%15.82
%35.88
%48.31

CMYK Percentages of Color #387fab

%67
%26
%0
%33

Triadic Colors of #387fab

#387fab #ab387f #7fab38

Analogous Colors of #387fab

#387fab #3846ab #38ab9e

Monochromatic Colors of #387fab

#387fab

Complementary Color

#387fab #ab6438

#387fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#387fab Color CSS Codes

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

#387fab Text Font Color

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

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


#387fab Background Color

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

This div background color is #387fab


#387fab Border Color

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

This div border color is #387fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387fab


Comments

No comments written yet.

Please login to write comment.