Color Hex Logo

#387fbb Color Hex

#387FBB
(56,127,187)
0 Favorites   0 Comments

Color spaces of #387fbb

RGB 56127187
HSL0.580.540.48
HSV207°70°73°
CMYK 0.700.320.00   0.27
XYZ18.189919.607449.8396
Yxy19.60740.20760.2237
Hunter Lab44.2802-4.1643-35.7377
CIE-Lab51.3904-2.3378-37.9447

#387fbb color RGB value is (56,127,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111111 10111011
Octal 70 177 273
Decimal 56 127 187
Hex 38 7F BB

RGB Percentages of Color #387fbb

%15.14
%34.32
%50.54

CMYK Percentages of Color #387fbb

%70
%32
%0
%27

Triadic Colors of #387fbb

#387fbb #bb387f #7fbb38

Analogous Colors of #387fbb

#387fbb #383ebb #38bbb6

Monochromatic Colors of #387fbb

#387fbb

Complementary Color

#387fbb #bb7438

#387fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#387fbb Color CSS Codes

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

#387fbb Text Font Color

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

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


#387fbb Background Color

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

This div background color is #387fbb


#387fbb Border Color

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

This div border color is #387fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387fbb


Comments

No comments written yet.

Please login to write comment.