Color Hex Logo

#386efa Color Hex

#386EFA
(56,110,250)
0 Favorites   0 Comments

Color spaces of #386efa

RGB 56110250
HSL0.620.950.60
HSV223°78°98°
CMYK 0.780.560.00   0.02
XYZ24.462118.894792.8002
Yxy18.89470.17970.1388
Hunter Lab43.468024.3837-96.1510
CIE-Lab50.563831.1321-74.8587

#386efa color RGB value is (56,110,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101110 11111010
Octal 70 156 372
Decimal 56 110 250
Hex 38 6E FA

RGB Percentages of Color #386efa

%13.46
%26.44
%60.10

CMYK Percentages of Color #386efa

%78
%56
%0
%2

Triadic Colors of #386efa

#386efa #fa386e #6efa38

Analogous Colors of #386efa

#386efa #6338fa #38cffa

Monochromatic Colors of #386efa

#386efa

Complementary Color

#386efa #fac438

#386efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#386efa Color CSS Codes

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

#386efa Text Font Color

<p style="color:#386efa">Text here</p>

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


#386efa Background Color

<div style="background-color:#386efa">
Div content here</div>

This div background color is #386efa


#386efa Border Color

<div style="border:3px solid #386efa">
Div here</div>

This div border color is #386efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386efa

Related Colors


Comments

No comments written yet.

Please login to write comment.