Color Hex Logo

#386ecf Color Hex

#386ECF
(56,110,207)
0 Favorites   0 Comments

Color spaces of #386ecf

RGB 56110207
HSL0.610.610.52
HSV219°73°81°
CMYK 0.730.470.00   0.19
XYZ18.469316.497661.2424
Yxy16.49760.19200.1715
Hunter Lab40.617210.0866-60.9650
CIE-Lab47.620715.3788-55.4017

#386ecf color RGB value is (56,110,207).

#386ecf hex color red value is 56, green value is 110 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #386ecf hue: 0.61 , saturation: 0.61 and the lightness value of 386ecf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101110 11001111
Octal 70 156 317
Decimal 56 110 207
Hex 38 6E CF

RGB Percentages of Color #386ecf

%15.01
%29.49
%55.50

CMYK Percentages of Color #386ecf

%73
%47
%0
%19

Triadic Colors of #386ecf

#386ecf #cf386e #6ecf38

Analogous Colors of #386ecf

#386ecf #4e38cf #38bacf

Monochromatic Colors of #386ecf

#386ecf

Complementary Color

#386ecf #cf9938

#386ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#386ecf Color CSS Codes

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

#386ecf Text Font Color

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

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


#386ecf Background Color

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

This div background color is #386ecf


#386ecf Border Color

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

This div border color is #386ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386ecf


Comments

No comments written yet.

Please login to write comment.