Color Hex Logo

#389fdf Color Hex

#389FDF
(56,159,223)
0 Favorites   0 Comments

Color spaces of #389fdf

RGB 56159223
HSL0.560.720.55
HSV203°75°87°
CMYK 0.750.290.00   0.13
XYZ27.348330.964774.3474
Yxy30.96470.20620.2334
Hunter Lab55.6459-9.6530-40.2640
CIE-Lab62.4778-8.1753-40.8093

#389fdf color RGB value is (56,159,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011111 11011111
Octal 70 237 337
Decimal 56 159 223
Hex 38 9F DF

RGB Percentages of Color #389fdf

%12.79
%36.30
%50.91

CMYK Percentages of Color #389fdf

%75
%29
%0
%13

Triadic Colors of #389fdf

#389fdf #df389f #9fdf38

Analogous Colors of #389fdf

#389fdf #384bdf #38dfcc

Monochromatic Colors of #389fdf

#389fdf

Complementary Color

#389fdf #df7838

#389fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#389fdf Color CSS Codes

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

#389fdf Text Font Color

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

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


#389fdf Background Color

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

This div background color is #389fdf


#389fdf Border Color

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

This div border color is #389fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389fdf


Comments

No comments written yet.

Please login to write comment.