Color Hex Logo

#389afa Color Hex

#389AFA
(56,154,250)
0 Favorites   0 Comments

Color spaces of #389afa

RGB 56154250
HSL0.580.950.60
HSV210°78°98°
CMYK 0.780.380.00   0.02
XYZ30.441830.854194.7935
Yxy30.85410.19500.1977
Hunter Lab55.54650.6192-62.2995
CIE-Lab62.38434.2322-55.8266

#389afa color RGB value is (56,154,250).

#389afa hex color red value is 56, green value is 154 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #389afa hue: 0.58 , saturation: 0.95 and the lightness value of 389afa is 0.60.

The process color (four color CMYK) of #389afa color hex is 0.78, 0.38, 0.00, 0.02. Web safe color of #389afa is #3399ff. Color #389afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011010 11111010
Octal 70 232 372
Decimal 56 154 250
Hex 38 9A FA

RGB Percentages of Color #389afa

%12.17
%33.48
%54.35

CMYK Percentages of Color #389afa

%78
%38
%0
%2

Triadic Colors of #389afa

#389afa #fa389a #9afa38

Analogous Colors of #389afa

#389afa #3839fa #38faf9

Monochromatic Colors of #389afa

#389afa

Complementary Color

#389afa #fa9838

#389afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#389afa Color CSS Codes

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

#389afa Text Font Color

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

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


#389afa Background Color

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

This div background color is #389afa


#389afa Border Color

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

This div border color is #389afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389afa


Comments

No comments written yet.

Please login to write comment.