Color Hex Logo

#387bfa Color Hex

#387BFA
(56,123,250)
0 Favorites   0 Comments

Color spaces of #387bfa

RGB 56123250
HSL0.610.950.60
HSV219°78°98°
CMYK 0.780.510.00   0.02
XYZ25.969221.908893.3026
Yxy21.90880.18390.1552
Hunter Lab46.806817.1228-85.4212
CIE-Lab53.930123.0239-69.3963

#387bfa color RGB value is (56,123,250).

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

The process color (four color CMYK) of #387bfa color hex is 0.78, 0.51, 0.00, 0.02. Web safe color of #387bfa is #3366ff. Color #387bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111011 11111010
Octal 70 173 372
Decimal 56 123 250
Hex 38 7B FA

RGB Percentages of Color #387bfa

%13.05
%28.67
%58.28

CMYK Percentages of Color #387bfa

%78
%51
%0
%2

Triadic Colors of #387bfa

#387bfa #fa387b #7bfa38

Analogous Colors of #387bfa

#387bfa #5638fa #38dcfa

Monochromatic Colors of #387bfa

#387bfa

Complementary Color

#387bfa #fab738

#387bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#387bfa Color CSS Codes

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

#387bfa Text Font Color

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

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


#387bfa Background Color

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

This div background color is #387bfa


#387bfa Border Color

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

This div border color is #387bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387bfa


Comments

No comments written yet.

Please login to write comment.