Color Hex Logo

#389bbc Color Hex

#389BBC
(56,155,188)
0 Favorites   0 Comments

Color spaces of #389bbc

RGB 56155188
HSL0.540.540.48
HSV195°70°74°
CMYK 0.700.180.00   0.26
XYZ22.429327.914351.7828
Yxy27.91430.21960.2733
Hunter Lab52.8340-16.6819-21.1266
CIE-Lab59.8112-17.7935-25.4038

#389bbc color RGB value is (56,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011011 10111100
Octal 70 233 274
Decimal 56 155 188
Hex 38 9B BC

RGB Percentages of Color #389bbc

%14.04
%38.85
%47.12

CMYK Percentages of Color #389bbc

%70
%18
%0
%26

Triadic Colors of #389bbc

#389bbc #bc389b #9bbc38

Analogous Colors of #389bbc

#389bbc #3859bc #38bc9b

Monochromatic Colors of #389bbc

#389bbc

Complementary Color

#389bbc #bc5938

#389bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#389bbc Color CSS Codes

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

#389bbc Text Font Color

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

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


#389bbc Background Color

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

This div background color is #389bbc


#389bbc Border Color

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

This div border color is #389bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389bbc


Comments

No comments written yet.

Please login to write comment.