Color Hex Logo

#389ce1 Color Hex

#389CE1
(56,156,225)
0 Favorites   0 Comments

Color spaces of #389ce1

RGB 56156225
HSL0.570.740.55
HSV204°75°88°
CMYK 0.750.310.00   0.12
XYZ27.110030.053975.6063
Yxy30.05390.20420.2264
Hunter Lab54.8214-7.6667-43.3941
CIE-Lab61.7007-5.7871-43.1377

#389ce1 color RGB value is (56,156,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011100 11100001
Octal 70 234 341
Decimal 56 156 225
Hex 38 9C E1

RGB Percentages of Color #389ce1

%12.81
%35.70
%51.49

CMYK Percentages of Color #389ce1

%75
%31
%0
%12

Triadic Colors of #389ce1

#389ce1 #e1389c #9ce138

Analogous Colors of #389ce1

#389ce1 #3847e1 #38e1d2

Monochromatic Colors of #389ce1

#389ce1

Complementary Color

#389ce1 #e17d38

#389ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389ce1 Color CSS Codes

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

#389ce1 Text Font Color

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

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


#389ce1 Background Color

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

This div background color is #389ce1


#389ce1 Border Color

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

This div border color is #389ce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389ce1


Comments

No comments written yet.

Please login to write comment.