Color Hex Logo

#385080 Color Hex

#385080
(56,80,128)
0 Favorites   0 Comments

Color spaces of #385080

RGB 5680128
HSL0.610.390.36
HSV220°56°50°
CMYK 0.560.380.00   0.50
XYZ8.39588.136621.5501
Yxy8.13660.22050.2137
Hunter Lab28.52472.6204-24.8256
CIE-Lab34.26586.0155-29.8887

#385080 color RGB value is (56,80,128).

#385080 hex color red value is 56, green value is 80 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #385080 hue: 0.61 , saturation: 0.39 and the lightness value of 385080 is 0.36.

The process color (four color CMYK) of #385080 color hex is 0.56, 0.38, 0.00, 0.50. Web safe color of #385080 is #336699. Color #385080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 10000000
Octal 70 120 200
Decimal 56 80 128
Hex 38 50 80

RGB Percentages of Color #385080

%21.21
%30.30
%48.48

CMYK Percentages of Color #385080

%56
%38
%0
%50

Triadic Colors of #385080

#385080 #803850 #508038

Analogous Colors of #385080

#385080 #443880 #387480

Monochromatic Colors of #385080

#385080

Complementary Color

#385080 #806838

#385080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385080 Color CSS Codes

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

#385080 Text Font Color

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

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


#385080 Background Color

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

This div background color is #385080


#385080 Border Color

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

This div border color is #385080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385080


Comments

No comments written yet.

Please login to write comment.