Color Hex Logo

#389071 Color Hex

#389071
(56,144,113)
0 Favorites   0 Comments

Color spaces of #389071

RGB 56144113
HSL0.440.440.39
HSV159°61°56°
CMYK 0.610.000.22   0.44
XYZ14.584821.979519.0966
Yxy21.97950.26200.3949
Hunter Lab46.8823-26.51388.6670
CIE-Lab54.0052-34.06188.7475

#389071 color RGB value is (56,144,113).

#389071 hex color red value is 56, green value is 144 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #389071 hue: 0.44 , saturation: 0.44 and the lightness value of 389071 is 0.39.

The process color (four color CMYK) of #389071 color hex is 0.61, 0.00, 0.22, 0.44. Web safe color of #389071 is #339966. Color #389071 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010000 01110001
Octal 70 220 161
Decimal 56 144 113
Hex 38 90 71

RGB Percentages of Color #389071

%17.89
%46.01
%36.10

CMYK Percentages of Color #389071

%61
%0
%22
%44

Triadic Colors of #389071

#389071 #713890 #907138

Analogous Colors of #389071

#389071 #388390 #389045

Monochromatic Colors of #389071

#389071

Complementary Color

#389071 #903857

#389071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389071 Color CSS Codes

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

#389071 Text Font Color

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

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


#389071 Background Color

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

This div background color is #389071


#389071 Border Color

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

This div border color is #389071


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,144,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #389071; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #389071;
  -webkit-box-shadow: 1px 1px 3px 2px #389071;
  box-shadow:         1px 1px 3px 2px #389071; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389071


Comments

No comments written yet.

Please login to write comment.