Color Hex Logo

#386efe Color Hex

#386EFE
(56,110,254)
0 Favorites   0 Comments

Color spaces of #386efe

RGB 56110254
HSL0.620.990.61
HSV224°78°100°
CMYK 0.780.570.00   0.00
XYZ25.096219.148496.1392
Yxy19.14840.17880.1364
Hunter Lab43.758925.7937-99.6302
CIE-Lab50.860432.5783-76.5948

#386efe color RGB value is (56,110,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101110 11111110
Octal 70 156 376
Decimal 56 110 254
Hex 38 6E FE

RGB Percentages of Color #386efe

%13.33
%26.19
%60.48

CMYK Percentages of Color #386efe

%78
%57
%0
%0

Triadic Colors of #386efe

#386efe #fe386e #6efe38

Analogous Colors of #386efe

#386efe #6538fe #38d1fe

Monochromatic Colors of #386efe

#386efe

Complementary Color

#386efe #fec838

#386efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#386efe Color CSS Codes

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

#386efe Text Font Color

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

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


#386efe Background Color

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

This div background color is #386efe


#386efe Border Color

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

This div border color is #386efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386efe


Comments

No comments written yet.

Please login to write comment.