Color Hex Logo

#387cbb Color Hex

#387CBB
(56,124,187)
0 Favorites   0 Comments

Color spaces of #387cbb

RGB 56124187
HSL0.580.540.48
HSV209°70°73°
CMYK 0.700.340.00   0.27
XYZ17.808218.843949.7124
Yxy18.84390.20620.2182
Hunter Lab43.4096-2.7395-37.5119
CIE-Lab50.5041-0.5471-39.3416

#387cbb color RGB value is (56,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111100 10111011
Octal 70 174 273
Decimal 56 124 187
Hex 38 7C BB

RGB Percentages of Color #387cbb

%15.26
%33.79
%50.95

CMYK Percentages of Color #387cbb

%70
%34
%0
%27

Triadic Colors of #387cbb

#387cbb #bb387c #7cbb38

Analogous Colors of #387cbb

#387cbb #383bbb #38bbb9

Monochromatic Colors of #387cbb

#387cbb

Complementary Color

#387cbb #bb7738

#387cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#387cbb Color CSS Codes

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

#387cbb Text Font Color

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

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


#387cbb Background Color

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

This div background color is #387cbb


#387cbb Border Color

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

This div border color is #387cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387cbb


Comments

No comments written yet.

Please login to write comment.