Color Hex Logo

#388bbd Color Hex

#388BBD
(56,139,189)
0 Favorites   0 Comments

Color spaces of #388bbd

RGB 56139189
HSL0.560.540.48
HSV203°70°74°
CMYK 0.700.260.00   0.26
XYZ20.048822.980151.5230
Yxy22.98010.21200.2430
Hunter Lab47.9376-9.2372-30.1682
CIE-Lab55.0518-8.6211-33.3481

#388bbd color RGB value is (56,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001011 10111101
Octal 70 213 275
Decimal 56 139 189
Hex 38 8B BD

RGB Percentages of Color #388bbd

%14.58
%36.20
%49.22

CMYK Percentages of Color #388bbd

%70
%26
%0
%26

Triadic Colors of #388bbd

#388bbd #bd388b #8bbd38

Analogous Colors of #388bbd

#388bbd #3849bd #38bdad

Monochromatic Colors of #388bbd

#388bbd

Complementary Color

#388bbd #bd6a38

#388bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#388bbd Color CSS Codes

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

#388bbd Text Font Color

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

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


#388bbd Background Color

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

This div background color is #388bbd


#388bbd Border Color

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

This div border color is #388bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388bbd


Comments

No comments written yet.

Please login to write comment.