Color Hex Logo

#389dce Color Hex

#389DCE
(56,157,206)
0 Favorites   0 Comments

Color spaces of #389dce

RGB 56157206
HSL0.550.600.51
HSV200°73°81°
CMYK 0.730.240.00   0.19
XYZ24.828429.410962.7608
Yxy29.41090.21220.2514
Hunter Lab54.2318-13.1848-30.6522
CIE-Lab61.1426-12.8865-33.4414

#389dce color RGB value is (56,157,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011101 11001110
Octal 70 235 316
Decimal 56 157 206
Hex 38 9D CE

RGB Percentages of Color #389dce

%13.37
%37.47
%49.16

CMYK Percentages of Color #389dce

%73
%24
%0
%19

Triadic Colors of #389dce

#389dce #ce389d #9dce38

Analogous Colors of #389dce

#389dce #3852ce #38ceb4

Monochromatic Colors of #389dce

#389dce

Complementary Color

#389dce #ce6938

#389dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#389dce Color CSS Codes

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

#389dce Text Font Color

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

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


#389dce Background Color

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

This div background color is #389dce


#389dce Border Color

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

This div border color is #389dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389dce


Comments

No comments written yet.

Please login to write comment.