Color Hex Logo

#387ffc Color Hex

#387FFC
(56,127,252)
0 Favorites   0 Comments

Color spaces of #387ffc

RGB 56127252
HSL0.610.970.60
HSV218°78°99°
CMYK 0.780.500.00   0.01
XYZ26.790923.047895.1321
Yxy23.04780.18480.1590
Hunter Lab48.008115.5976-83.8824
CIE-Lab55.121521.2749-68.5757

#387ffc color RGB value is (56,127,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111111 11111100
Octal 70 177 374
Decimal 56 127 252
Hex 38 7F FC

RGB Percentages of Color #387ffc

%12.87
%29.20
%57.93

CMYK Percentages of Color #387ffc

%78
%50
%0
%1

Triadic Colors of #387ffc

#387ffc #fc387f #7ffc38

Analogous Colors of #387ffc

#387ffc #5338fc #38e1fc

Monochromatic Colors of #387ffc

#387ffc

Complementary Color

#387ffc #fcb538

#387ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#387ffc Color CSS Codes

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

#387ffc Text Font Color

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

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


#387ffc Background Color

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

This div background color is #387ffc


#387ffc Border Color

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

This div border color is #387ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.