Color Hex Logo

#386feb Color Hex

#386FEB
(56,111,235)
0 Favorites   0 Comments

Color spaces of #386feb

RGB 56111235
HSL0.620.820.57
HSV222°76°92°
CMYK 0.760.530.00   0.08
XYZ22.310718.207880.9358
Yxy18.20780.18370.1499
Hunter Lab42.670618.6568-82.5894
CIE-Lab49.747225.0405-67.8144

#386feb color RGB value is (56,111,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101111 11101011
Octal 70 157 353
Decimal 56 111 235
Hex 38 6F EB

RGB Percentages of Color #386feb

%13.93
%27.61
%58.46

CMYK Percentages of Color #386feb

%76
%53
%0
%8

Triadic Colors of #386feb

#386feb #eb386f #6feb38

Analogous Colors of #386feb

#386feb #5a38eb #38c9eb

Monochromatic Colors of #386feb

#386feb

Complementary Color

#386feb #ebb438

#386feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#386feb Color CSS Codes

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

#386feb Text Font Color

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

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


#386feb Background Color

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

This div background color is #386feb


#386feb Border Color

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

This div border color is #386feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386feb


Comments

No comments written yet.

Please login to write comment.