Color Hex Logo

#387dbb Color Hex

#387DBB
(56,125,187)
0 Favorites   0 Comments

Color spaces of #387dbb

RGB 56125187
HSL0.580.540.48
HSV208°70°73°
CMYK 0.700.330.00   0.27
XYZ17.934119.095849.7543
Yxy19.09580.20670.2200
Hunter Lab43.6987-3.2158-36.9170
CIE-Lab50.7991-1.1461-38.8762

#387dbb color RGB value is (56,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111101 10111011
Octal 70 175 273
Decimal 56 125 187
Hex 38 7D BB

RGB Percentages of Color #387dbb

%15.22
%33.97
%50.82

CMYK Percentages of Color #387dbb

%70
%33
%0
%27

Triadic Colors of #387dbb

#387dbb #bb387d #7dbb38

Analogous Colors of #387dbb

#387dbb #383cbb #38bbb8

Monochromatic Colors of #387dbb

#387dbb

Complementary Color

#387dbb #bb7638

#387dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#387dbb Color CSS Codes

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

#387dbb Text Font Color

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

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


#387dbb Background Color

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

This div background color is #387dbb


#387dbb Border Color

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

This div border color is #387dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387dbb


Comments

No comments written yet.

Please login to write comment.