Color Hex Logo

#389bde Color Hex

#389BDE
(56,155,222)
0 Favorites   0 Comments

Color spaces of #389bde

RGB 56155222
HSL0.570.720.55
HSV204°75°87°
CMYK 0.750.300.00   0.13
XYZ26.537029.557473.4137
Yxy29.55740.20490.2282
Hunter Lab54.3667-8.0139-42.0051
CIE-Lab61.2704-6.2680-42.1506

#389bde color RGB value is (56,155,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011011 11011110
Octal 70 233 336
Decimal 56 155 222
Hex 38 9B DE

RGB Percentages of Color #389bde

%12.93
%35.80
%51.27

CMYK Percentages of Color #389bde

%75
%30
%0
%13

Triadic Colors of #389bde

#389bde #de389b #9bde38

Analogous Colors of #389bde

#389bde #3848de #38dece

Monochromatic Colors of #389bde

#389bde

Complementary Color

#389bde #de7b38

#389bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#389bde Color CSS Codes

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

#389bde Text Font Color

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

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


#389bde Background Color

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

This div background color is #389bde


#389bde Border Color

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

This div border color is #389bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389bde


Comments

No comments written yet.

Please login to write comment.