Color Hex Logo

#385280 Color Hex

#385280
(56,82,128)
0 Favorites   0 Comments

Color spaces of #385280

RGB 5682128
HSL0.610.390.36
HSV218°56°50°
CMYK 0.560.360.00   0.50
XYZ8.54458.433921.5996
Yxy8.43390.22150.2186
Hunter Lab29.04121.6962-23.7686
CIE-Lab34.87074.7151-28.9349

#385280 color RGB value is (56,82,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010010 10000000
Octal 70 122 200
Decimal 56 82 128
Hex 38 52 80

RGB Percentages of Color #385280

%21.05
%30.83
%48.12

CMYK Percentages of Color #385280

%56
%36
%0
%50

Triadic Colors of #385280

#385280 #803852 #528038

Analogous Colors of #385280

#385280 #423880 #387680

Monochromatic Colors of #385280

#385280

Complementary Color

#385280 #806638

#385280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385280 Color CSS Codes

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

#385280 Text Font Color

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

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


#385280 Background Color

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

This div background color is #385280


#385280 Border Color

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

This div border color is #385280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385280


Comments

No comments written yet.

Please login to write comment.