Color Hex Logo

#389fd9 Color Hex

#389FD9
(56,159,217)
0 Favorites   0 Comments

Color spaces of #389fd9

RGB 56159217
HSL0.560.680.54
HSV202°74°85°
CMYK 0.740.270.00   0.15
XYZ26.553430.646870.1615
Yxy30.64680.20850.2406
Hunter Lab55.3596-11.2611-36.3912
CIE-Lab62.2083-10.2433-37.9047

#389fd9 color RGB value is (56,159,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011111 11011001
Octal 70 237 331
Decimal 56 159 217
Hex 38 9F D9

RGB Percentages of Color #389fd9

%12.96
%36.81
%50.23

CMYK Percentages of Color #389fd9

%74
%27
%0
%15

Triadic Colors of #389fd9

#389fd9 #d9389f #9fd938

Analogous Colors of #389fd9

#389fd9 #384fd9 #38d9c3

Monochromatic Colors of #389fd9

#389fd9

Complementary Color

#389fd9 #d97238

#389fd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389fd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389fd9 Color CSS Codes

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

#389fd9 Text Font Color

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

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


#389fd9 Background Color

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

This div background color is #389fd9


#389fd9 Border Color

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

This div border color is #389fd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389fd9


Comments

No comments written yet.

Please login to write comment.