Color Hex Logo

#385093 Color Hex

#385093
(56,80,147)
0 Favorites   0 Comments

Color spaces of #385093

RGB 5680147
HSL0.620.450.40
HSV224°62°58°
CMYK 0.620.460.00   0.42
XYZ9.76608.684728.7653
Yxy8.68470.20680.1839
Hunter Lab29.46987.5809-37.2437
CIE-Lab35.370012.7646-39.7624

#385093 color RGB value is (56,80,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 10010011
Octal 70 120 223
Decimal 56 80 147
Hex 38 50 93

RGB Percentages of Color #385093

%19.79
%28.27
%51.94

CMYK Percentages of Color #385093

%62
%46
%0
%42

Triadic Colors of #385093

#385093 #933850 #509338

Analogous Colors of #385093

#385093 #4d3893 #387e93

Monochromatic Colors of #385093

#385093

Complementary Color

#385093 #937b38

#385093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385093 Color CSS Codes

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

#385093 Text Font Color

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

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


#385093 Background Color

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

This div background color is #385093


#385093 Border Color

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

This div border color is #385093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385093


Comments

No comments written yet.

Please login to write comment.