Color Hex Logo

#387199 Color Hex

#387199
(56,113,153)
0 Favorites   0 Comments

Color spaces of #387199

RGB 56113153
HSL0.570.460.41
HSV205°63°60°
CMYK 0.630.260.00   0.40
XYZ13.285814.950932.3226
Yxy14.95090.21940.2469
Hunter Lab38.6664-6.3335-22.4961
CIE-Lab45.5669-5.8850-27.2675

#387199 color RGB value is (56,113,153).

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

The process color (four color CMYK) of #387199 color hex is 0.63, 0.26, 0.00, 0.40. Web safe color of #387199 is #336699. Color #387199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110001 10011001
Octal 70 161 231
Decimal 56 113 153
Hex 38 71 99

RGB Percentages of Color #387199

%17.39
%35.09
%47.52

CMYK Percentages of Color #387199

%63
%26
%0
%40

Triadic Colors of #387199

#387199 #993871 #719938

Analogous Colors of #387199

#387199 #384099 #389991

Monochromatic Colors of #387199

#387199

Complementary Color

#387199 #996038

#387199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387199 Color CSS Codes

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

#387199 Text Font Color

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

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


#387199 Background Color

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

This div background color is #387199


#387199 Border Color

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

This div border color is #387199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387199


Comments

No comments written yet.

Please login to write comment.