Color Hex Logo

#386cfb Color Hex

#386CFB
(56,108,251)
0 Favorites   0 Comments

Color spaces of #386cfb

RGB 56108251
HSL0.620.960.60
HSV224°78°98°
CMYK 0.780.570.00   0.02
XYZ24.406018.530993.5573
Yxy18.53090.17880.1358
Hunter Lab43.047525.8682-98.7246
CIE-Lab50.133832.7421-76.1143

#386cfb color RGB value is (56,108,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 11111011
Octal 70 154 373
Decimal 56 108 251
Hex 38 6C FB

RGB Percentages of Color #386cfb

%13.49
%26.02
%60.48

CMYK Percentages of Color #386cfb

%78
%57
%0
%2

Triadic Colors of #386cfb

#386cfb #fb386c #6cfb38

Analogous Colors of #386cfb

#386cfb #6638fb #38cefb

Monochromatic Colors of #386cfb

#386cfb

Complementary Color

#386cfb #fbc738

#386cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#386cfb Color CSS Codes

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

#386cfb Text Font Color

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

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


#386cfb Background Color

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

This div background color is #386cfb


#386cfb Border Color

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

This div border color is #386cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386cfb


Comments

No comments written yet.

Please login to write comment.