Color Hex Logo

#387bac Color Hex

#387BAC
(56,123,172)
0 Favorites   0 Comments

Color spaces of #387bac

RGB 56123172
HSL0.570.510.45
HSV205°67°67°
CMYK 0.670.280.00   0.33
XYZ16.160217.985241.6495
Yxy17.98520.21320.2373
Hunter Lab42.4090-6.1971-28.5420
CIE-Lab49.4782-5.2379-32.2888

#387bac color RGB value is (56,123,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111011 10101100
Octal 70 173 254
Decimal 56 123 172
Hex 38 7B AC

RGB Percentages of Color #387bac

%15.95
%35.04
%49.00

CMYK Percentages of Color #387bac

%67
%28
%0
%33

Triadic Colors of #387bac

#387bac #ac387b #7bac38

Analogous Colors of #387bac

#387bac #3841ac #38aca3

Monochromatic Colors of #387bac

#387bac

Complementary Color

#387bac #ac6938

#387bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#387bac Color CSS Codes

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

#387bac Text Font Color

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

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


#387bac Background Color

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

This div background color is #387bac


#387bac Border Color

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

This div border color is #387bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387bac


Comments

No comments written yet.

Please login to write comment.