Color Hex Logo

#385993 Color Hex

#385993
(56,89,147)
0 Favorites   0 Comments

Color spaces of #385993

RGB 5689147
HSL0.610.450.40
HSV218°62°58°
CMYK 0.620.390.00   0.42
XYZ10.469710.092128.9999
Yxy10.09210.21120.2036
Hunter Lab31.76813.2336-31.8860
CIE-Lab38.00726.8922-35.5634

#385993 color RGB value is (56,89,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011001 10010011
Octal 70 131 223
Decimal 56 89 147
Hex 38 59 93

RGB Percentages of Color #385993

%19.18
%30.48
%50.34

CMYK Percentages of Color #385993

%62
%39
%0
%42

Triadic Colors of #385993

#385993 #933859 #599338

Analogous Colors of #385993

#385993 #453893 #388793

Monochromatic Colors of #385993

#385993

Complementary Color

#385993 #937238

#385993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385993 Color CSS Codes

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

#385993 Text Font Color

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

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


#385993 Background Color

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

This div background color is #385993


#385993 Border Color

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

This div border color is #385993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385993


Comments

No comments written yet.

Please login to write comment.