Color Hex Logo

#389fce Color Hex

#389FCE
(56,159,206)
0 Favorites   0 Comments

Color spaces of #389fce

RGB 56159206
HSL0.550.600.51
HSV199°73°81°
CMYK 0.730.230.00   0.19
XYZ25.169630.093362.8745
Yxy30.09330.21310.2547
Hunter Lab54.8574-14.1012-29.5548
CIE-Lab61.7346-13.9811-32.5210

#389fce color RGB value is (56,159,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011111 11001110
Octal 70 237 316
Decimal 56 159 206
Hex 38 9F CE

RGB Percentages of Color #389fce

%13.30
%37.77
%48.93

CMYK Percentages of Color #389fce

%73
%23
%0
%19

Triadic Colors of #389fce

#389fce #ce389f #9fce38

Analogous Colors of #389fce

#389fce #3854ce #38ceb2

Monochromatic Colors of #389fce

#389fce

Complementary Color

#389fce #ce6738

#389fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#389fce Color CSS Codes

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

#389fce Text Font Color

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

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


#389fce Background Color

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

This div background color is #389fce


#389fce Border Color

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

This div border color is #389fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389fce


Comments

No comments written yet.

Please login to write comment.