Color Hex Logo

#388cbb Color Hex

#388CBB
(56,140,187)
0 Favorites   0 Comments

Color spaces of #388cbb

RGB 56140187
HSL0.560.540.48
HSV202°70°73°
CMYK 0.700.250.00   0.27
XYZ19.978623.184850.4358
Yxy23.18480.21340.2477
Hunter Lab48.1506-10.2005-28.3985
CIE-Lab55.2622-9.8755-31.8814

#388cbb color RGB value is (56,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001100 10111011
Octal 70 214 273
Decimal 56 140 187
Hex 38 8C BB

RGB Percentages of Color #388cbb

%14.62
%36.55
%48.83

CMYK Percentages of Color #388cbb

%70
%25
%0
%27

Triadic Colors of #388cbb

#388cbb #bb388c #8cbb38

Analogous Colors of #388cbb

#388cbb #384abb #38bba9

Monochromatic Colors of #388cbb

#388cbb

Complementary Color

#388cbb #bb6738

#388cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#388cbb Color CSS Codes

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

#388cbb Text Font Color

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

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


#388cbb Background Color

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

This div background color is #388cbb


#388cbb Border Color

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

This div border color is #388cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388cbb


Comments

No comments written yet.

Please login to write comment.