Color Hex Logo

#389cea Color Hex

#389CEA
(56,156,234)
0 Favorites   0 Comments

Color spaces of #389cea

RGB 56156234
HSL0.570.810.57
HSV206°76°92°
CMYK 0.760.330.00   0.08
XYZ28.370630.558282.2449
Yxy30.55820.20100.2165
Hunter Lab55.2795-5.1291-49.5161
CIE-Lab62.1329-2.6257-47.4313

#389cea color RGB value is (56,156,234).

#389cea hex color red value is 56, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #389cea hue: 0.57 , saturation: 0.81 and the lightness value of 389cea is 0.57.

The process color (four color CMYK) of #389cea color hex is 0.76, 0.33, 0.00, 0.08. Web safe color of #389cea is #3399ff. Color #389cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011100 11101010
Octal 70 234 352
Decimal 56 156 234
Hex 38 9C EA

RGB Percentages of Color #389cea

%12.56
%34.98
%52.47

CMYK Percentages of Color #389cea

%76
%33
%0
%8

Triadic Colors of #389cea

#389cea #ea389c #9cea38

Analogous Colors of #389cea

#389cea #3843ea #38eadf

Monochromatic Colors of #389cea

#389cea

Complementary Color

#389cea #ea8638

#389cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#389cea Color CSS Codes

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

#389cea Text Font Color

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

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


#389cea Background Color

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

This div background color is #389cea


#389cea Border Color

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

This div border color is #389cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389cea


Comments

No comments written yet.

Please login to write comment.