Color Hex Logo

#385060 Color Hex

#385060
(56,80,96)
0 Favorites   0 Comments

Color spaces of #385060

RGB 568096
HSL0.570.260.30
HSV204°42°38°
CMYK 0.420.170.00   0.62
XYZ6.61097.422612.1506
Yxy7.42260.25250.2835
Hunter Lab27.2444-4.3645-7.3713
CIE-Lab32.7502-4.5046-12.2367

#385060 color RGB value is (56,80,96).

#385060 hex color red value is 56, green value is 80 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #385060 hue: 0.57 , saturation: 0.26 and the lightness value of 385060 is 0.30.

The process color (four color CMYK) of #385060 color hex is 0.42, 0.17, 0.00, 0.62. Web safe color of #385060 is #336666. Color #385060 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 01100000
Octal 70 120 140
Decimal 56 80 96
Hex 38 50 60

RGB Percentages of Color #385060

%24.14
%34.48
%41.38

CMYK Percentages of Color #385060

%42
%17
%0
%62

Triadic Colors of #385060

#385060 #603850 #506038

Analogous Colors of #385060

#385060 #383c60 #38605c

Monochromatic Colors of #385060

#385060

Complementary Color

#385060 #604838

#385060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385060 Color CSS Codes

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

#385060 Text Font Color

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

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


#385060 Background Color

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

This div background color is #385060


#385060 Border Color

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

This div border color is #385060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385060


Comments

No comments written yet.

Please login to write comment.