Color Hex Logo

#387cab Color Hex

#387CAB
(56,124,171)
0 Favorites   0 Comments

Color spaces of #387cab

RGB 56124171
HSL0.570.510.45
HSV205°67°67°
CMYK 0.670.270.00   0.33
XYZ16.189218.196341.1871
Yxy18.19630.21420.2408
Hunter Lab42.6571-6.9058-27.3868
CIE-Lab49.7333-6.1722-31.3095

#387cab color RGB value is (56,124,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111100 10101011
Octal 70 174 253
Decimal 56 124 171
Hex 38 7C AB

RGB Percentages of Color #387cab

%15.95
%35.33
%48.72

CMYK Percentages of Color #387cab

%67
%27
%0
%33

Triadic Colors of #387cab

#387cab #ab387c #7cab38

Analogous Colors of #387cab

#387cab #3843ab #38aba1

Monochromatic Colors of #387cab

#387cab

Complementary Color

#387cab #ab6738

#387cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#387cab Color CSS Codes

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

#387cab Text Font Color

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

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


#387cab Background Color

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

This div background color is #387cab


#387cab Border Color

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

This div border color is #387cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387cab


Comments

No comments written yet.

Please login to write comment.