Color Hex Logo

#387fbe Color Hex

#387FBE
(56,127,190)
0 Favorites   0 Comments

Color spaces of #387fbe

RGB 56127190
HSL0.580.540.48
HSV208°71°75°
CMYK 0.710.330.00   0.25
XYZ18.514519.737251.5490
Yxy19.73720.20620.2198
Hunter Lab44.4266-3.3577-37.6967
CIE-Lab51.5388-1.2735-39.4313

#387fbe color RGB value is (56,127,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111111 10111110
Octal 70 177 276
Decimal 56 127 190
Hex 38 7F BE

RGB Percentages of Color #387fbe

%15.01
%34.05
%50.94

CMYK Percentages of Color #387fbe

%71
%33
%0
%25

Triadic Colors of #387fbe

#387fbe #be387f #7fbe38

Analogous Colors of #387fbe

#387fbe #383cbe #38beba

Monochromatic Colors of #387fbe

#387fbe

Complementary Color

#387fbe #be7738

#387fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#387fbe Color CSS Codes

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

#387fbe Text Font Color

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

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


#387fbe Background Color

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

This div background color is #387fbe


#387fbe Border Color

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

This div border color is #387fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387fbe


Comments

No comments written yet.

Please login to write comment.