Color Hex Logo

#386ceb Color Hex

#386CEB
(56,108,235)
0 Favorites   0 Comments

Color spaces of #386ceb

RGB 56108235
HSL0.620.820.57
HSV223°76°92°
CMYK 0.760.540.00   0.08
XYZ21.988817.564080.8285
Yxy17.56400.18270.1459
Hunter Lab41.909420.3129-85.0129
CIE-Lab48.963026.9302-69.0864

#386ceb color RGB value is (56,108,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 11101011
Octal 70 154 353
Decimal 56 108 235
Hex 38 6C EB

RGB Percentages of Color #386ceb

%14.04
%27.07
%58.90

CMYK Percentages of Color #386ceb

%76
%54
%0
%8

Triadic Colors of #386ceb

#386ceb #eb386c #6ceb38

Analogous Colors of #386ceb

#386ceb #5d38eb #38c6eb

Monochromatic Colors of #386ceb

#386ceb

Complementary Color

#386ceb #ebb738

#386ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#386ceb Color CSS Codes

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

#386ceb Text Font Color

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

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


#386ceb Background Color

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

This div background color is #386ceb


#386ceb Border Color

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

This div border color is #386ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386ceb


Comments

No comments written yet.

Please login to write comment.