Color Hex Logo

#388fbb Color Hex

#388FBB
(56,143,187)
0 Favorites   0 Comments

Color spaces of #388fbb

RGB 56143187
HSL0.560.540.48
HSV200°70°73°
CMYK 0.700.240.00   0.27
XYZ20.423024.073550.5840
Yxy24.07350.21480.2532
Hunter Lab49.0648-11.5634-26.7805
CIE-Lab56.1613-11.5630-30.4826

#388fbb color RGB value is (56,143,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001111 10111011
Octal 70 217 273
Decimal 56 143 187
Hex 38 8F BB

RGB Percentages of Color #388fbb

%14.51
%37.05
%48.45

CMYK Percentages of Color #388fbb

%70
%24
%0
%27

Triadic Colors of #388fbb

#388fbb #bb388f #8fbb38

Analogous Colors of #388fbb

#388fbb #384dbb #38bba6

Monochromatic Colors of #388fbb

#388fbb

Complementary Color

#388fbb #bb6438

#388fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#388fbb Color CSS Codes

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

#388fbb Text Font Color

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

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


#388fbb Background Color

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

This div background color is #388fbb


#388fbb Border Color

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

This div border color is #388fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388fbb


Comments

No comments written yet.

Please login to write comment.