Color Hex Logo

#387efd Color Hex

#387EFD
(56,126,253)
0 Favorites   0 Comments

Color spaces of #387efd

RGB 56126253
HSL0.610.980.61
HSV219°78°99°
CMYK 0.780.500.00   0.01
XYZ26.821422.854395.9262
Yxy22.85430.18420.1570
Hunter Lab47.806216.4857-85.5049
CIE-Lab54.921922.2596-69.4503

#387efd color RGB value is (56,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111110 11111101
Octal 70 176 375
Decimal 56 126 253
Hex 38 7E FD

RGB Percentages of Color #387efd

%12.87
%28.97
%58.16

CMYK Percentages of Color #387efd

%78
%50
%0
%1

Triadic Colors of #387efd

#387efd #fd387e #7efd38

Analogous Colors of #387efd

#387efd #5538fd #38e1fd

Monochromatic Colors of #387efd

#387efd

Complementary Color

#387efd #fdb738

#387efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#387efd Color CSS Codes

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

#387efd Text Font Color

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

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


#387efd Background Color

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

This div background color is #387efd


#387efd Border Color

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

This div border color is #387efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387efd


Comments

No comments written yet.

Please login to write comment.