Color Hex Logo

#386bdf Color Hex

#386BDF
(56,107,223)
0 Favorites   0 Comments

Color spaces of #386bdf

RGB 56107223
HSL0.620.720.55
HSV222°75°87°
CMYK 0.750.520.00   0.13
XYZ20.207916.683971.9673
Yxy16.68390.18560.1533
Hunter Lab40.845916.8298-75.8721
CIE-Lab47.859323.1667-64.1140

#386bdf color RGB value is (56,107,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101011 11011111
Octal 70 153 337
Decimal 56 107 223
Hex 38 6B DF

RGB Percentages of Color #386bdf

%14.51
%27.72
%57.77

CMYK Percentages of Color #386bdf

%75
%52
%0
%13

Triadic Colors of #386bdf

#386bdf #df386b #6bdf38

Analogous Colors of #386bdf

#386bdf #5938df #38bfdf

Monochromatic Colors of #386bdf

#386bdf

Complementary Color

#386bdf #dfac38

#386bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#386bdf Color CSS Codes

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

#386bdf Text Font Color

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

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


#386bdf Background Color

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

This div background color is #386bdf


#386bdf Border Color

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

This div border color is #386bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386bdf


Comments

No comments written yet.

Please login to write comment.