Color Hex Logo

#388583 Color Hex

#388583
(56,133,131)
0 Favorites   0 Comments

Color spaces of #388583

RGB 56133131
HSL0.500.410.37
HSV178°58°52°
CMYK 0.580.000.02   0.48
XYZ14.115119.254524.4453
Yxy19.25450.24410.3330
Hunter Lab43.8799-19.3709-2.3142
CIE-Lab50.9836-23.9426-6.0666

#388583 color RGB value is (56,133,131).

#388583 hex color red value is 56, green value is 133 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #388583 hue: 0.50 , saturation: 0.41 and the lightness value of 388583 is 0.37.

The process color (four color CMYK) of #388583 color hex is 0.58, 0.00, 0.02, 0.48. Web safe color of #388583 is #339999. Color #388583 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000101 10000011
Octal 70 205 203
Decimal 56 133 131
Hex 38 85 83

RGB Percentages of Color #388583

%17.50
%41.56
%40.94

CMYK Percentages of Color #388583

%58
%0
%2
%48

Triadic Colors of #388583

#388583 #833885 #858338

Analogous Colors of #388583

#388583 #386185 #38855d

Monochromatic Colors of #388583

#388583

Complementary Color

#388583 #85383a

#388583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388583 Color CSS Codes

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

#388583 Text Font Color

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

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


#388583 Background Color

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

This div background color is #388583


#388583 Border Color

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

This div border color is #388583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388583

#388583 Color Palettes


Comments

No comments written yet.

Please login to write comment.