Color Hex Logo

#389dbb Color Hex

#389DBB
(56,157,187)
0 Favorites   0 Comments

Color spaces of #389dbb

RGB 56157187
HSL0.540.540.48
HSV194°70°73°
CMYK 0.700.160.00   0.27
XYZ22.657528.542651.3288
Yxy28.54260.22100.2784
Hunter Lab53.4253-17.7929-19.5657
CIE-Lab60.3758-19.1826-23.9728

#389dbb color RGB value is (56,157,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011101 10111011
Octal 70 235 273
Decimal 56 157 187
Hex 38 9D BB

RGB Percentages of Color #389dbb

%14.00
%39.25
%46.75

CMYK Percentages of Color #389dbb

%70
%16
%0
%27

Triadic Colors of #389dbb

#389dbb #bb389d #9dbb38

Analogous Colors of #389dbb

#389dbb #385cbb #38bb98

Monochromatic Colors of #389dbb

#389dbb

Complementary Color

#389dbb #bb5638

#389dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#389dbb Color CSS Codes

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

#389dbb Text Font Color

<p style="color:#389dbb">Text here</p>

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


#389dbb Background Color

<div style="background-color:#389dbb">
Div content here</div>

This div background color is #389dbb


#389dbb Border Color

<div style="border:3px solid #389dbb">
Div here</div>

This div border color is #389dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389dbb


Comments

No comments written yet.

Please login to write comment.