Color Hex Logo

#386cda Color Hex

#386CDA
(56,108,218)
0 Favorites   0 Comments

Color spaces of #386cda

RGB 56108218
HSL0.610.690.54
HSV221°74°85°
CMYK 0.740.500.00   0.15
XYZ19.648316.627868.5036
Yxy16.62780.18750.1587
Hunter Lab40.777214.6493-71.0601
CIE-Lab47.787620.6950-61.3965

#386cda color RGB value is (56,108,218).

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

The process color (four color CMYK) of #386cda color hex is 0.74, 0.50, 0.00, 0.15. Web safe color of #386cda is #3366cc. Color #386cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 11011010
Octal 70 154 332
Decimal 56 108 218
Hex 38 6C DA

RGB Percentages of Color #386cda

%14.66
%28.27
%57.07

CMYK Percentages of Color #386cda

%74
%50
%0
%15

Triadic Colors of #386cda

#386cda #da386c #6cda38

Analogous Colors of #386cda

#386cda #5538da #38bdda

Monochromatic Colors of #386cda

#386cda

Complementary Color

#386cda #daa638

#386cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#386cda Color CSS Codes

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

#386cda Text Font Color

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

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


#386cda Background Color

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

This div background color is #386cda


#386cda Border Color

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

This div border color is #386cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386cda


Comments

No comments written yet.

Please login to write comment.