Color Hex Logo

#385dba Color Hex

#385DBA
(56,93,186)
0 Favorites   0 Comments

Color spaces of #385dba

RGB 5693186
HSL0.620.540.47
HSV223°70°73°
CMYK 0.700.500.00   0.27
XYZ14.408212.214648.0526
Yxy12.21460.19290.1636
Hunter Lab34.949412.4268-57.0544
CIE-Lab41.555218.5175-53.0374

#385dba color RGB value is (56,93,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011101 10111010
Octal 70 135 272
Decimal 56 93 186
Hex 38 5D BA

RGB Percentages of Color #385dba

%16.72
%27.76
%55.52

CMYK Percentages of Color #385dba

%70
%50
%0
%27

Triadic Colors of #385dba

#385dba #ba385d #5dba38

Analogous Colors of #385dba

#385dba #5438ba #389eba

Monochromatic Colors of #385dba

#385dba

Complementary Color

#385dba #ba9538

#385dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#385dba Color CSS Codes

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

#385dba Text Font Color

<p style="color:#385dba">Text here</p>

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


#385dba Background Color

<div style="background-color:#385dba">
Div content here</div>

This div background color is #385dba


#385dba Border Color

<div style="border:3px solid #385dba">
Div here</div>

This div border color is #385dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385dba


Comments

No comments written yet.

Please login to write comment.