Color Hex Logo

#389eea Color Hex

#389EEA
(56,158,234)
0 Favorites   0 Comments

Color spaces of #389eea

RGB 56158234
HSL0.570.810.57
HSV206°76°92°
CMYK 0.760.320.00   0.08
XYZ28.709031.235082.3577
Yxy31.23500.20170.2195
Hunter Lab55.8883-6.1116-48.2487
CIE-Lab62.7055-3.7705-46.5273

#389eea color RGB value is (56,158,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011110 11101010
Octal 70 236 352
Decimal 56 158 234
Hex 38 9E EA

RGB Percentages of Color #389eea

%12.50
%35.27
%52.23

CMYK Percentages of Color #389eea

%76
%32
%0
%8

Triadic Colors of #389eea

#389eea #ea389e #9eea38

Analogous Colors of #389eea

#389eea #3845ea #38eadd

Monochromatic Colors of #389eea

#389eea

Complementary Color

#389eea #ea8438

#389eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#389eea Color CSS Codes

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

#389eea Text Font Color

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

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


#389eea Background Color

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

This div background color is #389eea


#389eea Border Color

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

This div border color is #389eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389eea


Comments

No comments written yet.

Please login to write comment.