Color Hex Logo

#386dcd Color Hex

#386DCD
(56,109,205)
0 Favorites   0 Comments

Color spaces of #386dcd

RGB 56109205
HSL0.610.600.51
HSV219°73°80°
CMYK 0.730.470.00   0.20
XYZ18.119016.185859.9268
Yxy16.18580.19230.1718
Hunter Lab40.23169.9854-60.1531
CIE-Lab47.217315.2748-54.9064

#386dcd color RGB value is (56,109,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101101 11001101
Octal 70 155 315
Decimal 56 109 205
Hex 38 6D CD

RGB Percentages of Color #386dcd

%15.14
%29.46
%55.41

CMYK Percentages of Color #386dcd

%73
%47
%0
%20

Triadic Colors of #386dcd

#386dcd #cd386d #6dcd38

Analogous Colors of #386dcd

#386dcd #4e38cd #38b8cd

Monochromatic Colors of #386dcd

#386dcd

Complementary Color

#386dcd #cd9838

#386dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#386dcd Color CSS Codes

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

#386dcd Text Font Color

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

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


#386dcd Background Color

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

This div background color is #386dcd


#386dcd Border Color

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

This div border color is #386dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386dcd


Comments

No comments written yet.

Please login to write comment.