Color Hex Logo

#386cde Color Hex

#386CDE
(56,108,222)
0 Favorites   0 Comments

Color spaces of #386cde

RGB 56108222
HSL0.610.720.55
HSV221°75°87°
CMYK 0.750.510.00   0.13
XYZ20.178316.839871.2941
Yxy16.83980.18630.1555
Hunter Lab41.036315.9581-74.2815
CIE-Lab48.057522.1662-63.2272

#386cde color RGB value is (56,108,222).

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

The process color (four color CMYK) of #386cde color hex is 0.75, 0.51, 0.00, 0.13. Web safe color of #386cde is #3366cc. Color #386cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 11011110
Octal 70 154 336
Decimal 56 108 222
Hex 38 6C DE

RGB Percentages of Color #386cde

%14.51
%27.98
%57.51

CMYK Percentages of Color #386cde

%75
%51
%0
%13

Triadic Colors of #386cde

#386cde #de386c #6cde38

Analogous Colors of #386cde

#386cde #5738de #38bfde

Monochromatic Colors of #386cde

#386cde

Complementary Color

#386cde #deaa38

#386cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#386cde Color CSS Codes

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

#386cde Text Font Color

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

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


#386cde Background Color

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

This div background color is #386cde


#386cde Border Color

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

This div border color is #386cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386cde


Comments

No comments written yet.

Please login to write comment.