Color Hex Logo

#387bab Color Hex

#387BAB
(56,123,171)
0 Favorites   0 Comments

Color spaces of #387bab

RGB 56123171
HSL0.570.510.45
HSV205°67°67°
CMYK 0.670.280.00   0.33
XYZ16.064517.946941.1455
Yxy17.94690.21370.2388
Hunter Lab42.3638-6.4488-27.9303
CIE-Lab49.4316-5.5853-31.7810

#387bab color RGB value is (56,123,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111011 10101011
Octal 70 173 253
Decimal 56 123 171
Hex 38 7B AB

RGB Percentages of Color #387bab

%16.00
%35.14
%48.86

CMYK Percentages of Color #387bab

%67
%28
%0
%33

Triadic Colors of #387bab

#387bab #ab387b #7bab38

Analogous Colors of #387bab

#387bab #3842ab #38aba2

Monochromatic Colors of #387bab

#387bab

Complementary Color

#387bab #ab6838

#387bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#387bab Color CSS Codes

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

#387bab Text Font Color

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

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


#387bab Background Color

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

This div background color is #387bab


#387bab Border Color

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

This div border color is #387bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387bab


Comments

No comments written yet.

Please login to write comment.