Color Hex Logo

#388bba Color Hex

#388BBA
(56,139,186)
0 Favorites   0 Comments

Color spaces of #388bba

RGB 56139186
HSL0.560.540.47
HSV202°70°73°
CMYK 0.700.250.00   0.27
XYZ19.726422.851249.8254
Yxy22.85120.21350.2473
Hunter Lab47.8029-9.9952-28.3364
CIE-Lab54.9187-9.6514-31.8468

#388bba color RGB value is (56,139,186).

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

The process color (four color CMYK) of #388bba color hex is 0.70, 0.25, 0.00, 0.27. Web safe color of #388bba is #3399cc. Color #388bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001011 10111010
Octal 70 213 272
Decimal 56 139 186
Hex 38 8B BA

RGB Percentages of Color #388bba

%14.70
%36.48
%48.82

CMYK Percentages of Color #388bba

%70
%25
%0
%27

Triadic Colors of #388bba

#388bba #ba388b #8bba38

Analogous Colors of #388bba

#388bba #384aba #38baa8

Monochromatic Colors of #388bba

#388bba

Complementary Color

#388bba #ba6738

#388bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#388bba Color CSS Codes

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

#388bba Text Font Color

<p style="color:#388bba">Text here</p>

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


#388bba Background Color

<div style="background-color:#388bba">
Div content here</div>

This div background color is #388bba


#388bba Border Color

<div style="border:3px solid #388bba">
Div here</div>

This div border color is #388bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388bba


Comments

No comments written yet.

Please login to write comment.