Color Hex Logo

#385493 Color Hex

#385493
(56,84,147)
0 Favorites   0 Comments

Color spaces of #385493

RGB 5684147
HSL0.620.450.40
HSV222°62°58°
CMYK 0.620.430.00   0.42
XYZ10.06779.288028.8659
Yxy9.28800.20880.1926
Hunter Lab30.47625.6334-34.8238
CIE-Lab36.533010.1389-37.9067

#385493 color RGB value is (56,84,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010100 10010011
Octal 70 124 223
Decimal 56 84 147
Hex 38 54 93

RGB Percentages of Color #385493

%19.51
%29.27
%51.22

CMYK Percentages of Color #385493

%62
%43
%0
%42

Triadic Colors of #385493

#385493 #933854 #549338

Analogous Colors of #385493

#385493 #493893 #388293

Monochromatic Colors of #385493

#385493

Complementary Color

#385493 #937738

#385493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385493 Color CSS Codes

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

#385493 Text Font Color

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

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


#385493 Background Color

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

This div background color is #385493


#385493 Border Color

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

This div border color is #385493


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,84,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 #385493">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385493

#385493 Color Palettes


Comments

No comments written yet.

Please login to write comment.