Color Hex Logo

#387293 Color Hex

#387293
(56,114,147)
0 Favorites   0 Comments

Color spaces of #387293

RGB 56114147
HSL0.560.450.40
HSV202°62°58°
CMYK 0.620.220.00   0.42
XYZ12.914714.982029.8149
Yxy14.98200.22380.2596
Hunter Lab38.7066-8.1789-18.5753
CIE-Lab45.6095-8.5077-23.6503

#387293 color RGB value is (56,114,147).

#387293 hex color red value is 56, green value is 114 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #387293 hue: 0.56 , saturation: 0.45 and the lightness value of 387293 is 0.40.

The process color (four color CMYK) of #387293 color hex is 0.62, 0.22, 0.00, 0.42. Web safe color of #387293 is #336699. Color #387293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110010 10010011
Octal 70 162 223
Decimal 56 114 147
Hex 38 72 93

RGB Percentages of Color #387293

%17.67
%35.96
%46.37

CMYK Percentages of Color #387293

%62
%22
%0
%42

Triadic Colors of #387293

#387293 #933872 #729338

Analogous Colors of #387293

#387293 #384593 #389387

Monochromatic Colors of #387293

#387293

Complementary Color

#387293 #935938

#387293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387293 Color CSS Codes

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

#387293 Text Font Color

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

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


#387293 Background Color

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

This div background color is #387293


#387293 Border Color

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

This div border color is #387293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387293


Comments

No comments written yet.

Please login to write comment.