Color Hex Logo

#388597 Color Hex

#388597
(56,133,151)
0 Favorites   0 Comments

Color spaces of #388597

RGB 56133151
HSL0.530.460.41
HSV191°63°59°
CMYK 0.630.120.00   0.41
XYZ15.604319.850232.2872
Yxy19.85020.23030.2930
Hunter Lab44.5536-15.4515-11.7789
CIE-Lab51.6674-17.8877-16.7006

#388597 color RGB value is (56,133,151).

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

The process color (four color CMYK) of #388597 color hex is 0.63, 0.12, 0.00, 0.41. Web safe color of #388597 is #339999. Color #388597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000101 10010111
Octal 70 205 227
Decimal 56 133 151
Hex 38 85 97

RGB Percentages of Color #388597

%16.47
%39.12
%44.41

CMYK Percentages of Color #388597

%63
%12
%0
%41

Triadic Colors of #388597

#388597 #973885 #859738

Analogous Colors of #388597

#388597 #385697 #38977a

Monochromatic Colors of #388597

#388597

Complementary Color

#388597 #974a38

#388597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388597 Color CSS Codes

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

#388597 Text Font Color

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

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


#388597 Background Color

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

This div background color is #388597


#388597 Border Color

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

This div border color is #388597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388597


Comments

No comments written yet.

Please login to write comment.