Color Hex Logo

#389edb Color Hex

#389EDB
(56,158,219)
0 Favorites   0 Comments

Color spaces of #389edb

RGB 56158219
HSL0.560.690.54
HSV202°74°86°
CMYK 0.740.280.00   0.14
XYZ26.643930.408971.4831
Yxy30.40890.20730.2366
Hunter Lab55.1443-10.2571-38.2562
CIE-Lab62.0054-8.9978-39.3324

#389edb color RGB value is (56,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011110 11011011
Octal 70 236 333
Decimal 56 158 219
Hex 38 9E DB

RGB Percentages of Color #389edb

%12.93
%36.49
%50.58

CMYK Percentages of Color #389edb

%74
%28
%0
%14

Triadic Colors of #389edb

#389edb #db389e #9edb38

Analogous Colors of #389edb

#389edb #384ddb #38dbc7

Monochromatic Colors of #389edb

#389edb

Complementary Color

#389edb #db7538

#389edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#389edb Color CSS Codes

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

#389edb Text Font Color

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

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


#389edb Background Color

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

This div background color is #389edb


#389edb Border Color

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

This div border color is #389edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,158,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 #389edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389edb


Comments

No comments written yet.

Please login to write comment.