Color Hex Logo

#386eff Color Hex

#386EFF
(56,110,255)
0 Favorites   0 Comments

Color spaces of #386eff

RGB 56110255
HSL0.621.000.61
HSV224°78°100°
CMYK 0.780.570.00   0.00
XYZ25.256819.212696.9850
Yxy19.21260.17860.1358
Hunter Lab43.832226.1482-100.5051
CIE-Lab50.935032.9394-77.0272

#386eff color RGB value is (56,110,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101110 11111111
Octal 70 156 377
Decimal 56 110 255
Hex 38 6E FF

RGB Percentages of Color #386eff

%13.30
%26.13
%60.57

CMYK Percentages of Color #386eff

%78
%57
%0
%0

Triadic Colors of #386eff

#386eff #ff386e #6eff38

Analogous Colors of #386eff

#386eff #6638ff #38d2ff

Monochromatic Colors of #386eff

#386eff

Complementary Color

#386eff #ffc938

#386eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#386eff Color CSS Codes

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

#386eff Text Font Color

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

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


#386eff Background Color

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

This div background color is #386eff


#386eff Border Color

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

This div border color is #386eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386eff

Related Colors

#386eff Color Palettes


Comments

No comments written yet.

Please login to write comment.