Color Hex Logo

#389fda Color Hex

#389FDA
(56,159,218)
0 Favorites   0 Comments

Color spaces of #389fda

RGB 56159218
HSL0.560.690.54
HSV202°74°85°
CMYK 0.740.270.00   0.15
XYZ26.683930.699070.8488
Yxy30.69900.20810.2394
Hunter Lab55.4067-10.9959-37.0297
CIE-Lab62.2527-9.9000-38.3904

#389fda color RGB value is (56,159,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011111 11011010
Octal 70 237 332
Decimal 56 159 218
Hex 38 9F DA

RGB Percentages of Color #389fda

%12.93
%36.72
%50.35

CMYK Percentages of Color #389fda

%74
%27
%0
%15

Triadic Colors of #389fda

#389fda #da389f #9fda38

Analogous Colors of #389fda

#389fda #384eda #38dac4

Monochromatic Colors of #389fda

#389fda

Complementary Color

#389fda #da7338

#389fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#389fda Color CSS Codes

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

#389fda Text Font Color

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

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


#389fda Background Color

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

This div background color is #389fda


#389fda Border Color

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

This div border color is #389fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389fda


Comments

No comments written yet.

Please login to write comment.