Color Hex Logo

#386cbd Color Hex

#386CBD
(56,108,189)
0 Favorites   0 Comments

Color spaces of #386cbd

RGB 56108189
HSL0.600.540.48
HSV217°70°74°
CMYK 0.700.430.00   0.26
XYZ16.178815.240050.2330
Yxy15.24000.19810.1866
Hunter Lab39.03845.6589-48.9649
CIE-Lab45.961210.0277-47.7099

#386cbd color RGB value is (56,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 10111101
Octal 70 154 275
Decimal 56 108 189
Hex 38 6C BD

RGB Percentages of Color #386cbd

%15.86
%30.59
%53.54

CMYK Percentages of Color #386cbd

%70
%43
%0
%26

Triadic Colors of #386cbd

#386cbd #bd386c #6cbd38

Analogous Colors of #386cbd

#386cbd #4638bd #38afbd

Monochromatic Colors of #386cbd

#386cbd

Complementary Color

#386cbd #bd8938

#386cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#386cbd Color CSS Codes

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

#386cbd Text Font Color

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

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


#386cbd Background Color

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

This div background color is #386cbd


#386cbd Border Color

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

This div border color is #386cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386cbd


Comments

No comments written yet.

Please login to write comment.