Color Hex Logo

#387fdb Color Hex

#387FDB
(56,127,219)
0 Favorites   0 Comments

Color spaces of #387fdb

RGB 56127219
HSL0.590.690.54
HSV214°74°86°
CMYK 0.740.420.00   0.14
XYZ22.006421.134069.9372
Yxy21.13400.19460.1869
Hunter Lab45.97174.9964-58.0182
CIE-Lab53.09589.1980-53.4316

#387fdb color RGB value is (56,127,219).

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

The process color (four color CMYK) of #387fdb color hex is 0.74, 0.42, 0.00, 0.14. Web safe color of #387fdb is #3366cc. Color #387fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111111 11011011
Octal 70 177 333
Decimal 56 127 219
Hex 38 7F DB

RGB Percentages of Color #387fdb

%13.93
%31.59
%54.48

CMYK Percentages of Color #387fdb

%74
%42
%0
%14

Triadic Colors of #387fdb

#387fdb #db387f #7fdb38

Analogous Colors of #387fdb

#387fdb #4338db #38d1db

Monochromatic Colors of #387fdb

#387fdb

Complementary Color

#387fdb #db9438

#387fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#387fdb Color CSS Codes

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

#387fdb Text Font Color

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

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


#387fdb Background Color

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

This div background color is #387fdb


#387fdb Border Color

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

This div border color is #387fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387fdb


Comments

No comments written yet.

Please login to write comment.