Color Hex Logo

#386eba Color Hex

#386EBA
(56,110,186)
0 Favorites   0 Comments

Color spaces of #386eba

RGB 56110186
HSL0.600.540.47
HSV215°70°73°
CMYK 0.700.410.00   0.27
XYZ16.069715.537848.6065
Yxy15.53780.20030.1937
Hunter Lab39.41803.7883-45.5181
CIE-Lab46.36227.6751-45.3323

#386eba color RGB value is (56,110,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101110 10111010
Octal 70 156 272
Decimal 56 110 186
Hex 38 6E BA

RGB Percentages of Color #386eba

%15.91
%31.25
%52.84

CMYK Percentages of Color #386eba

%70
%41
%0
%27

Triadic Colors of #386eba

#386eba #ba386e #6eba38

Analogous Colors of #386eba

#386eba #4338ba #38afba

Monochromatic Colors of #386eba

#386eba

Complementary Color

#386eba #ba8438

#386eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#386eba Color CSS Codes

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

#386eba Text Font Color

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

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


#386eba Background Color

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

This div background color is #386eba


#386eba Border Color

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

This div border color is #386eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386eba


Comments

No comments written yet.

Please login to write comment.