Color Hex Logo

#386cce Color Hex

#386CCE
(56,108,206)
0 Favorites   0 Comments

Color spaces of #386cce

RGB 56108206
HSL0.610.600.51
HSV219°73°81°
CMYK 0.730.480.00   0.19
XYZ18.134016.022160.5293
Yxy16.02210.19150.1692
Hunter Lab40.027610.8188-61.6383
CIE-Lab47.003516.2759-55.8226

#386cce color RGB value is (56,108,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 11001110
Octal 70 154 316
Decimal 56 108 206
Hex 38 6C CE

RGB Percentages of Color #386cce

%15.14
%29.19
%55.68

CMYK Percentages of Color #386cce

%73
%48
%0
%19

Triadic Colors of #386cce

#386cce #ce386c #6cce38

Analogous Colors of #386cce

#386cce #4f38ce #38b7ce

Monochromatic Colors of #386cce

#386cce

Complementary Color

#386cce #ce9a38

#386cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#386cce Color CSS Codes

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

#386cce Text Font Color

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

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


#386cce Background Color

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

This div background color is #386cce


#386cce Border Color

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

This div border color is #386cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386cce


Comments

No comments written yet.

Please login to write comment.