Color Hex Logo

#386fec Color Hex

#386FEC
(56,111,236)
0 Favorites   0 Comments

Color spaces of #386fec

RGB 56111236
HSL0.620.830.57
HSV222°76°93°
CMYK 0.760.530.00   0.07
XYZ22.455618.265881.6990
Yxy18.26580.18340.1492
Hunter Lab42.738518.9948-83.4219
CIE-Lab49.816925.4062-68.2619

#386fec color RGB value is (56,111,236).

#386fec hex color red value is 56, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #386fec hue: 0.62 , saturation: 0.83 and the lightness value of 386fec is 0.57.

The process color (four color CMYK) of #386fec color hex is 0.76, 0.53, 0.00, 0.07. Web safe color of #386fec is #3366ff. Color #386fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101111 11101100
Octal 70 157 354
Decimal 56 111 236
Hex 38 6F EC

RGB Percentages of Color #386fec

%13.90
%27.54
%58.56

CMYK Percentages of Color #386fec

%76
%53
%0
%7

Triadic Colors of #386fec

#386fec #ec386f #6fec38

Analogous Colors of #386fec

#386fec #5b38ec #38c9ec

Monochromatic Colors of #386fec

#386fec

Complementary Color

#386fec #ecb538

#386fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#386fec Color CSS Codes

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

#386fec Text Font Color

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

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


#386fec Background Color

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

This div background color is #386fec


#386fec Border Color

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

This div border color is #386fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386fec


Comments

No comments written yet.

Please login to write comment.