Color Hex Logo

#388bbb Color Hex

#388BBB
(56,139,187)
0 Favorites   0 Comments

Color spaces of #388bbb

RGB 56139187
HSL0.560.540.48
HSV202°70°73°
CMYK 0.700.260.00   0.27
XYZ19.833122.893850.3873
Yxy22.89380.21300.2459
Hunter Lab47.8475-9.7436-28.9440
CIE-Lab54.9628-9.3085-32.3480

#388bbb color RGB value is (56,139,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001011 10111011
Octal 70 213 273
Decimal 56 139 187
Hex 38 8B BB

RGB Percentages of Color #388bbb

%14.66
%36.39
%48.95

CMYK Percentages of Color #388bbb

%70
%26
%0
%27

Triadic Colors of #388bbb

#388bbb #bb388b #8bbb38

Analogous Colors of #388bbb

#388bbb #384abb #38bbaa

Monochromatic Colors of #388bbb

#388bbb

Complementary Color

#388bbb #bb6838

#388bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#388bbb Color CSS Codes

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

#388bbb Text Font Color

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

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


#388bbb Background Color

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

This div background color is #388bbb


#388bbb Border Color

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

This div border color is #388bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388bbb


Comments

No comments written yet.

Please login to write comment.