Color Hex Logo

#386dce Color Hex

#386DCE
(56,109,206)
0 Favorites   0 Comments

Color spaces of #386dce

RGB 56109206
HSL0.610.600.51
HSV219°73°81°
CMYK 0.730.470.00   0.19
XYZ18.240116.234360.5647
Yxy16.23430.19190.1708
Hunter Lab40.291810.2963-60.9176
CIE-Lab47.280415.6426-55.3772

#386dce color RGB value is (56,109,206).

#386dce hex color red value is 56, green value is 109 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #386dce hue: 0.61 , saturation: 0.60 and the lightness value of 386dce is 0.51.

The process color (four color CMYK) of #386dce color hex is 0.73, 0.47, 0.00, 0.19. Web safe color of #386dce is #3366cc. Color #386dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101101 11001110
Octal 70 155 316
Decimal 56 109 206
Hex 38 6D CE

RGB Percentages of Color #386dce

%15.09
%29.38
%55.53

CMYK Percentages of Color #386dce

%73
%47
%0
%19

Triadic Colors of #386dce

#386dce #ce386d #6dce38

Analogous Colors of #386dce

#386dce #4e38ce #38b8ce

Monochromatic Colors of #386dce

#386dce

Complementary Color

#386dce #ce9938

#386dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#386dce Color CSS Codes

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

#386dce Text Font Color

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

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


#386dce Background Color

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

This div background color is #386dce


#386dce Border Color

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

This div border color is #386dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386dce


Comments

No comments written yet.

Please login to write comment.