Color Hex Logo

#387ffd Color Hex

#387FFD
(56,127,253)
0 Favorites   0 Comments

Color spaces of #387ffd

RGB 56127253
HSL0.610.980.61
HSV218°78°99°
CMYK 0.780.500.00   0.01
XYZ26.949923.111395.9690
Yxy23.11130.18460.1583
Hunter Lab48.074215.9354-84.7068
CIE-Lab55.186821.6409-69.0222

#387ffd color RGB value is (56,127,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111111 11111101
Octal 70 177 375
Decimal 56 127 253
Hex 38 7F FD

RGB Percentages of Color #387ffd

%12.84
%29.13
%58.03

CMYK Percentages of Color #387ffd

%78
%50
%0
%1

Triadic Colors of #387ffd

#387ffd #fd387f #7ffd38

Analogous Colors of #387ffd

#387ffd #5338fd #38e2fd

Monochromatic Colors of #387ffd

#387ffd

Complementary Color

#387ffd #fdb638

#387ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#387ffd Color CSS Codes

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

#387ffd Text Font Color

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

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


#387ffd Background Color

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

This div background color is #387ffd


#387ffd Border Color

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

This div border color is #387ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387ffd


Comments

No comments written yet.

Please login to write comment.