Color Hex Logo

#386bde Color Hex

#386BDE
(56,107,222)
0 Favorites   0 Comments

Color spaces of #386bde

RGB 56107222
HSL0.620.720.55
HSV222°75°87°
CMYK 0.750.520.00   0.13
XYZ20.073416.630171.2592
Yxy16.63010.18590.1540
Hunter Lab40.780016.4991-75.0576
CIE-Lab47.790522.7993-63.6592

#386bde color RGB value is (56,107,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101011 11011110
Octal 70 153 336
Decimal 56 107 222
Hex 38 6B DE

RGB Percentages of Color #386bde

%14.55
%27.79
%57.66

CMYK Percentages of Color #386bde

%75
%52
%0
%13

Triadic Colors of #386bde

#386bde #de386b #6bde38

Analogous Colors of #386bde

#386bde #5838de #38bede

Monochromatic Colors of #386bde

#386bde

Complementary Color

#386bde #deab38

#386bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#386bde Color CSS Codes

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

#386bde Text Font Color

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

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


#386bde Background Color

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

This div background color is #386bde


#386bde Border Color

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

This div border color is #386bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386bde


Comments

No comments written yet.

Please login to write comment.