Color Hex Logo

#387dfa Color Hex

#387DFA
(56,125,250)
0 Favorites   0 Comments

Color spaces of #387dfa

RGB 56125250
HSL0.610.950.60
HSV219°78°98°
CMYK 0.780.500.00   0.02
XYZ26.219822.410193.3861
Yxy22.41010.18460.1578
Hunter Lab47.339316.0219-83.8237
CIE-Lab54.459521.7825-68.5403

#387dfa color RGB value is (56,125,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111101 11111010
Octal 70 175 372
Decimal 56 125 250
Hex 38 7D FA

RGB Percentages of Color #387dfa

%12.99
%29.00
%58.00

CMYK Percentages of Color #387dfa

%78
%50
%0
%2

Triadic Colors of #387dfa

#387dfa #fa387d #7dfa38

Analogous Colors of #387dfa

#387dfa #5438fa #38defa

Monochromatic Colors of #387dfa

#387dfa

Complementary Color

#387dfa #fab538

#387dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#387dfa Color CSS Codes

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

#387dfa Text Font Color

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

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


#387dfa Background Color

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

This div background color is #387dfa


#387dfa Border Color

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

This div border color is #387dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387dfa


Comments

No comments written yet.

Please login to write comment.