Color Hex Logo

#386cfe Color Hex

#386CFE
(56,108,254)
0 Favorites   0 Comments

Color spaces of #386cfe

RGB 56108254
HSL0.620.990.61
HSV224°78°100°
CMYK 0.780.570.00   0.00
XYZ24.882818.721696.0681
Yxy18.72160.17820.1340
Hunter Lab43.268526.9319-101.3525
CIE-Lab50.359933.8238-77.4104

#386cfe color RGB value is (56,108,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 11111110
Octal 70 154 376
Decimal 56 108 254
Hex 38 6C FE

RGB Percentages of Color #386cfe

%13.40
%25.84
%60.77

CMYK Percentages of Color #386cfe

%78
%57
%0
%0

Triadic Colors of #386cfe

#386cfe #fe386c #6cfe38

Analogous Colors of #386cfe

#386cfe #6738fe #38cffe

Monochromatic Colors of #386cfe

#386cfe

Complementary Color

#386cfe #feca38

#386cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#386cfe Color CSS Codes

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

#386cfe Text Font Color

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

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


#386cfe Background Color

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

This div background color is #386cfe


#386cfe Border Color

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

This div border color is #386cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386cfe


Comments

No comments written yet.

Please login to write comment.