Color Hex Logo

#389fbc Color Hex

#389FBC
(56,159,188)
0 Favorites   0 Comments

Color spaces of #389fbc

RGB 56159188
HSL0.540.540.48
HSV193°70°74°
CMYK 0.700.150.00   0.26
XYZ23.106129.267952.0084
Yxy29.26790.22140.2804
Hunter Lab54.0998-18.4371-19.1281
CIE-Lab61.0173-19.9151-23.5507

#389fbc color RGB value is (56,159,188).

#389fbc hex color red value is 56, green value is 159 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #389fbc hue: 0.54 , saturation: 0.54 and the lightness value of 389fbc is 0.48.

The process color (four color CMYK) of #389fbc color hex is 0.70, 0.15, 0.00, 0.26. Web safe color of #389fbc is #3399cc. Color #389fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011111 10111100
Octal 70 237 274
Decimal 56 159 188
Hex 38 9F BC

RGB Percentages of Color #389fbc

%13.90
%39.45
%46.65

CMYK Percentages of Color #389fbc

%70
%15
%0
%26

Triadic Colors of #389fbc

#389fbc #bc389f #9fbc38

Analogous Colors of #389fbc

#389fbc #385dbc #38bc97

Monochromatic Colors of #389fbc

#389fbc

Complementary Color

#389fbc #bc5538

#389fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#389fbc Color CSS Codes

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

#389fbc Text Font Color

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

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


#389fbc Background Color

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

This div background color is #389fbc


#389fbc Border Color

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

This div border color is #389fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389fbc


Comments

No comments written yet.

Please login to write comment.