Color Hex Logo

#389fb7 Color Hex

#389FB7
(56,159,183)
0 Favorites   0 Comments

Color spaces of #389fb7

RGB 56159183
HSL0.530.530.47
HSV191°69°72°
CMYK 0.690.130.00   0.28
XYZ22.576329.055949.2182
Yxy29.05590.22390.2881
Hunter Lab53.9035-19.5704-16.4040
CIE-Lab60.8309-21.5152-21.0247

#389fb7 color RGB value is (56,159,183).

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

The process color (four color CMYK) of #389fb7 color hex is 0.69, 0.13, 0.00, 0.28. Web safe color of #389fb7 is #3399cc. Color #389fb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011111 10110111
Octal 70 237 267
Decimal 56 159 183
Hex 38 9F B7

RGB Percentages of Color #389fb7

%14.07
%39.95
%45.98

CMYK Percentages of Color #389fb7

%69
%13
%0
%28

Triadic Colors of #389fb7

#389fb7 #b7389f #9fb738

Analogous Colors of #389fb7

#389fb7 #3860b7 #38b790

Monochromatic Colors of #389fb7

#389fb7

Complementary Color

#389fb7 #b75038

#389fb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389fb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389fb7 Color CSS Codes

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

#389fb7 Text Font Color

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

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


#389fb7 Background Color

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

This div background color is #389fb7


#389fb7 Border Color

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

This div border color is #389fb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389fb7


Comments

No comments written yet.

Please login to write comment.