Color Hex Logo

#389dbe Color Hex

#389DBE
(56,157,190)
0 Favorites   0 Comments

Color spaces of #389dbe

RGB 56157190
HSL0.540.540.48
HSV195°71°75°
CMYK 0.710.170.00   0.25
XYZ22.982128.672453.0382
Yxy28.67240.21950.2739
Hunter Lab53.5466-17.0947-21.2444
CIE-Lab60.4914-18.2074-25.4826

#389dbe color RGB value is (56,157,190).

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

The process color (four color CMYK) of #389dbe color hex is 0.71, 0.17, 0.00, 0.25. Web safe color of #389dbe is #3399cc. Color #389dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011101 10111110
Octal 70 235 276
Decimal 56 157 190
Hex 38 9D BE

RGB Percentages of Color #389dbe

%13.90
%38.96
%47.15

CMYK Percentages of Color #389dbe

%71
%17
%0
%25

Triadic Colors of #389dbe

#389dbe #be389d #9dbe38

Analogous Colors of #389dbe

#389dbe #385abe #38be9c

Monochromatic Colors of #389dbe

#389dbe

Complementary Color

#389dbe #be5938

#389dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#389dbe Color CSS Codes

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

#389dbe Text Font Color

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

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


#389dbe Background Color

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

This div background color is #389dbe


#389dbe Border Color

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

This div border color is #389dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,157,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #389dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389dbe


Comments

No comments written yet.

Please login to write comment.