Color Hex Logo

#387fec Color Hex

#387FEC
(56,127,236)
0 Favorites   0 Comments

Color spaces of #387fec

RGB 56127236
HSL0.600.830.57
HSV216°76°93°
CMYK 0.760.460.00   0.07
XYZ24.360622.075682.3340
Yxy22.07560.18920.1714
Hunter Lab46.984710.3254-71.0081
CIE-Lab54.107115.4185-61.3346

#387fec color RGB value is (56,127,236).

#387fec hex color red value is 56, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #387fec hue: 0.60 , saturation: 0.83 and the lightness value of 387fec is 0.57.

The process color (four color CMYK) of #387fec color hex is 0.76, 0.46, 0.00, 0.07. Web safe color of #387fec is #3366ff. Color #387fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111111 11101100
Octal 70 177 354
Decimal 56 127 236
Hex 38 7F EC

RGB Percentages of Color #387fec

%13.37
%30.31
%56.32

CMYK Percentages of Color #387fec

%76
%46
%0
%7

Triadic Colors of #387fec

#387fec #ec387f #7fec38

Analogous Colors of #387fec

#387fec #4b38ec #38d9ec

Monochromatic Colors of #387fec

#387fec

Complementary Color

#387fec #eca538

#387fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#387fec Color CSS Codes

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

#387fec Text Font Color

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

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


#387fec Background Color

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

This div background color is #387fec


#387fec Border Color

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

This div border color is #387fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387fec


Comments

No comments written yet.

Please login to write comment.