Color Hex Logo

#387aab Color Hex

#387AAB
(56,122,171)
0 Favorites   0 Comments

Color spaces of #387aab

RGB 56122171
HSL0.570.510.45
HSV206°67°67°
CMYK 0.670.290.00   0.33
XYZ15.941117.700141.1044
Yxy17.70010.21330.2368
Hunter Lab42.0715-5.9905-28.4771
CIE-Lab49.1303-4.9961-32.2523

#387aab color RGB value is (56,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111010 10101011
Octal 70 172 253
Decimal 56 122 171
Hex 38 7A AB

RGB Percentages of Color #387aab

%16.05
%34.96
%49.00

CMYK Percentages of Color #387aab

%67
%29
%0
%33

Triadic Colors of #387aab

#387aab #ab387a #7aab38

Analogous Colors of #387aab

#387aab #3841ab #38aba3

Monochromatic Colors of #387aab

#387aab

Complementary Color

#387aab #ab6938

#387aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#387aab Color CSS Codes

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

#387aab Text Font Color

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

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


#387aab Background Color

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

This div background color is #387aab


#387aab Border Color

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

This div border color is #387aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387aab


Comments

No comments written yet.

Please login to write comment.