Color Hex Logo

#389afc Color Hex

#389AFC
(56,154,252)
0 Favorites   0 Comments

Color spaces of #389afc

RGB 56154252
HSL0.580.970.60
HSV210°78°99°
CMYK 0.780.390.00   0.01
XYZ30.757230.980296.4542
Yxy30.98020.19440.1958
Hunter Lab55.65991.2329-63.7830
CIE-Lab62.49094.9499-56.7515

#389afc color RGB value is (56,154,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011010 11111100
Octal 70 232 374
Decimal 56 154 252
Hex 38 9A FC

RGB Percentages of Color #389afc

%12.12
%33.33
%54.55

CMYK Percentages of Color #389afc

%78
%39
%0
%1

Triadic Colors of #389afc

#389afc #fc389a #9afc38

Analogous Colors of #389afc

#389afc #3838fc #38fcfc

Monochromatic Colors of #389afc

#389afc

Complementary Color

#389afc #fc9a38

#389afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#389afc Color CSS Codes

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

#389afc Text Font Color

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

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


#389afc Background Color

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

This div background color is #389afc


#389afc Border Color

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

This div border color is #389afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389afc

Related Colors


Comments

No comments written yet.

Please login to write comment.