Color Hex Logo

#389fbb Color Hex

#389FBB
(56,159,187)
0 Favorites   0 Comments

Color spaces of #389fbb

RGB 56159187
HSL0.540.540.48
HSV193°70°73°
CMYK 0.700.150.00   0.27
XYZ22.998729.224951.4425
Yxy29.22490.22190.2819
Hunter Lab54.0601-18.6661-18.5772
CIE-Lab60.9796-20.2367-23.0466

#389fbb color RGB value is (56,159,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011111 10111011
Octal 70 237 273
Decimal 56 159 187
Hex 38 9F BB

RGB Percentages of Color #389fbb

%13.93
%39.55
%46.52

CMYK Percentages of Color #389fbb

%70
%15
%0
%27

Triadic Colors of #389fbb

#389fbb #bb389f #9fbb38

Analogous Colors of #389fbb

#389fbb #385ebb #38bb96

Monochromatic Colors of #389fbb

#389fbb

Complementary Color

#389fbb #bb5438

#389fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#389fbb Color CSS Codes

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

#389fbb Text Font Color

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

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


#389fbb Background Color

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

This div background color is #389fbb


#389fbb Border Color

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

This div border color is #389fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389fbb


Comments

No comments written yet.

Please login to write comment.