Color Hex Logo

#389fcd Color Hex

#389FCD
(56,159,205)
0 Favorites   0 Comments

Color spaces of #389fcd

RGB 56159205
HSL0.550.600.51
HSV199°73°80°
CMYK 0.730.220.00   0.20
XYZ25.048530.044862.2366
Yxy30.04480.21350.2561
Hunter Lab54.8131-14.3521-28.9506
CIE-Lab61.6929-14.3168-32.0279

#389fcd color RGB value is (56,159,205).

#389fcd hex color red value is 56, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #389fcd hue: 0.55 , saturation: 0.60 and the lightness value of 389fcd is 0.51.

The process color (four color CMYK) of #389fcd color hex is 0.73, 0.22, 0.00, 0.20. Web safe color of #389fcd is #3399cc. Color #389fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011111 11001101
Octal 70 237 315
Decimal 56 159 205
Hex 38 9F CD

RGB Percentages of Color #389fcd

%13.33
%37.86
%48.81

CMYK Percentages of Color #389fcd

%73
%22
%0
%20

Triadic Colors of #389fcd

#389fcd #cd389f #9fcd38

Analogous Colors of #389fcd

#389fcd #3855cd #38cdb1

Monochromatic Colors of #389fcd

#389fcd

Complementary Color

#389fcd #cd6638

#389fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#389fcd Color CSS Codes

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

#389fcd Text Font Color

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

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


#389fcd Background Color

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

This div background color is #389fcd


#389fcd Border Color

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

This div border color is #389fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389fcd


Comments

No comments written yet.

Please login to write comment.