Color Hex Logo

#386ece Color Hex

#386ECE
(56,110,206)
0 Favorites   0 Comments

Color spaces of #386ece

RGB 56110206
HSL0.610.600.51
HSV218°73°81°
CMYK 0.730.470.00   0.19
XYZ18.347416.448860.6005
Yxy16.44880.19230.1724
Hunter Lab40.55719.7756-60.2012
CIE-Lab47.557915.0109-54.9311

#386ece color RGB value is (56,110,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101110 11001110
Octal 70 156 316
Decimal 56 110 206
Hex 38 6E CE

RGB Percentages of Color #386ece

%15.05
%29.57
%55.38

CMYK Percentages of Color #386ece

%73
%47
%0
%19

Triadic Colors of #386ece

#386ece #ce386e #6ece38

Analogous Colors of #386ece

#386ece #4d38ce #38b9ce

Monochromatic Colors of #386ece

#386ece

Complementary Color

#386ece #ce9838

#386ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#386ece Color CSS Codes

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

#386ece Text Font Color

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

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


#386ece Background Color

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

This div background color is #386ece


#386ece Border Color

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

This div border color is #386ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386ece


Comments

No comments written yet.

Please login to write comment.