Color Hex Logo

#387bdb Color Hex

#387BDB
(56,123,219)
0 Favorites   0 Comments

Color spaces of #387bdb

RGB 56123219
HSL0.600.690.54
HSV215°74°86°
CMYK 0.740.440.00   0.14
XYZ21.500020.121169.7684
Yxy20.12110.19300.1806
Hunter Lab44.85657.0571-60.8181
CIE-Lab51.973911.6608-55.2271

#387bdb color RGB value is (56,123,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111011 11011011
Octal 70 173 333
Decimal 56 123 219
Hex 38 7B DB

RGB Percentages of Color #387bdb

%14.07
%30.90
%55.03

CMYK Percentages of Color #387bdb

%74
%44
%0
%14

Triadic Colors of #387bdb

#387bdb #db387b #7bdb38

Analogous Colors of #387bdb

#387bdb #4738db #38cddb

Monochromatic Colors of #387bdb

#387bdb

Complementary Color

#387bdb #db9838

#387bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#387bdb Color CSS Codes

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

#387bdb Text Font Color

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

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


#387bdb Background Color

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

This div background color is #387bdb


#387bdb Border Color

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

This div border color is #387bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387bdb


Comments

No comments written yet.

Please login to write comment.