Color Hex Logo

#389cdb Color Hex

#389CDB
(56,156,219)
0 Favorites   0 Comments

Color spaces of #389cdb

RGB 56156219
HSL0.560.690.54
HSV203°74°86°
CMYK 0.740.290.00   0.14
XYZ26.305529.732271.3703
Yxy29.73220.20650.2334
Hunter Lab54.5272-9.3092-39.4352
CIE-Lab61.4225-7.8763-40.2461

#389cdb color RGB value is (56,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011100 11011011
Octal 70 234 333
Decimal 56 156 219
Hex 38 9C DB

RGB Percentages of Color #389cdb

%12.99
%36.19
%50.81

CMYK Percentages of Color #389cdb

%74
%29
%0
%14

Triadic Colors of #389cdb

#389cdb #db389c #9cdb38

Analogous Colors of #389cdb

#389cdb #384bdb #38dbc9

Monochromatic Colors of #389cdb

#389cdb

Complementary Color

#389cdb #db7738

#389cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#389cdb Color CSS Codes

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

#389cdb Text Font Color

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

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


#389cdb Background Color

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

This div background color is #389cdb


#389cdb Border Color

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

This div border color is #389cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389cdb


Comments

No comments written yet.

Please login to write comment.