Color Hex Logo

#389bbd Color Hex

#389BBD
(56,155,189)
0 Favorites   0 Comments

Color spaces of #389bbd

RGB 56155189
HSL0.540.540.48
HSV195°70°74°
CMYK 0.700.180.00   0.26
XYZ22.537527.957652.3526
Yxy27.95760.21910.2718
Hunter Lab52.8749-16.4470-21.6918
CIE-Lab59.8504-17.4663-25.9067

#389bbd color RGB value is (56,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011011 10111101
Octal 70 233 275
Decimal 56 155 189
Hex 38 9B BD

RGB Percentages of Color #389bbd

%14.00
%38.75
%47.25

CMYK Percentages of Color #389bbd

%70
%18
%0
%26

Triadic Colors of #389bbd

#389bbd #bd389b #9bbd38

Analogous Colors of #389bbd

#389bbd #3859bd #38bd9d

Monochromatic Colors of #389bbd

#389bbd

Complementary Color

#389bbd #bd5a38

#389bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#389bbd Color CSS Codes

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

#389bbd Text Font Color

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

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


#389bbd Background Color

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

This div background color is #389bbd


#389bbd Border Color

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

This div border color is #389bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389bbd


Comments

No comments written yet.

Please login to write comment.