Color Hex Logo

#386ebb Color Hex

#386EBB
(56,110,187)
0 Favorites   0 Comments

Color spaces of #386ebb

RGB 56110187
HSL0.600.540.48
HSV215°70°73°
CMYK 0.700.410.00   0.27
XYZ16.176515.580549.1684
Yxy15.58050.19990.1925
Hunter Lab39.47214.0767-46.2240
CIE-Lab46.41928.0402-45.8207

#386ebb color RGB value is (56,110,187).

#386ebb hex color red value is 56, green value is 110 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #386ebb hue: 0.60 , saturation: 0.54 and the lightness value of 386ebb is 0.48.

The process color (four color CMYK) of #386ebb color hex is 0.70, 0.41, 0.00, 0.27. Web safe color of #386ebb is #3366cc. Color #386ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101110 10111011
Octal 70 156 273
Decimal 56 110 187
Hex 38 6E BB

RGB Percentages of Color #386ebb

%15.86
%31.16
%52.97

CMYK Percentages of Color #386ebb

%70
%41
%0
%27

Triadic Colors of #386ebb

#386ebb #bb386e #6ebb38

Analogous Colors of #386ebb

#386ebb #4338bb #38b0bb

Monochromatic Colors of #386ebb

#386ebb

Complementary Color

#386ebb #bb8538

#386ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#386ebb Color CSS Codes

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

#386ebb Text Font Color

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

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


#386ebb Background Color

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

This div background color is #386ebb


#386ebb Border Color

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

This div border color is #386ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386ebb


Comments

No comments written yet.

Please login to write comment.