Color Hex Logo

#387fba Color Hex

#387FBA
(56,127,186)
0 Favorites   0 Comments

Color spaces of #387fba

RGB 56127186
HSL0.580.540.47
HSV207°70°73°
CMYK 0.700.320.00   0.27
XYZ18.083219.564749.2776
Yxy19.56470.20800.2251
Hunter Lab44.2320-4.4305-35.0909
CIE-Lab51.3414-2.6913-37.4476

#387fba color RGB value is (56,127,186).

#387fba hex color red value is 56, green value is 127 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #387fba hue: 0.58 , saturation: 0.54 and the lightness value of 387fba is 0.47.

The process color (four color CMYK) of #387fba color hex is 0.70, 0.32, 0.00, 0.27. Web safe color of #387fba is #3366cc. Color #387fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111111 10111010
Octal 70 177 272
Decimal 56 127 186
Hex 38 7F BA

RGB Percentages of Color #387fba

%15.18
%34.42
%50.41

CMYK Percentages of Color #387fba

%70
%32
%0
%27

Triadic Colors of #387fba

#387fba #ba387f #7fba38

Analogous Colors of #387fba

#387fba #383eba #38bab4

Monochromatic Colors of #387fba

#387fba

Complementary Color

#387fba #ba7338

#387fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#387fba Color CSS Codes

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

#387fba Text Font Color

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

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


#387fba Background Color

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

This div background color is #387fba


#387fba Border Color

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

This div border color is #387fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387fba


Comments

No comments written yet.

Please login to write comment.