Color Hex Logo

#385077 Color Hex

#385077
(56,80,119)
0 Favorites   0 Comments

Color spaces of #385077

RGB 5680119
HSL0.600.360.34
HSV217°53°47°
CMYK 0.530.330.00   0.53
XYZ7.82937.910018.5669
Yxy7.91000.22820.2306
Hunter Lab28.12470.4722-19.4538
CIE-Lab33.79472.9204-25.0534

#385077 color RGB value is (56,80,119).

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

The process color (four color CMYK) of #385077 color hex is 0.53, 0.33, 0.00, 0.53. Web safe color of #385077 is #336666. Color #385077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 01110111
Octal 70 120 167
Decimal 56 80 119
Hex 38 50 77

RGB Percentages of Color #385077

%21.96
%31.37
%46.67

CMYK Percentages of Color #385077

%53
%33
%0
%53

Triadic Colors of #385077

#385077 #773850 #507738

Analogous Colors of #385077

#385077 #403877 #387077

Monochromatic Colors of #385077

#385077

Complementary Color

#385077 #775f38

#385077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385077 Color CSS Codes

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

#385077 Text Font Color

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

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


#385077 Background Color

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

This div background color is #385077


#385077 Border Color

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

This div border color is #385077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385077


Comments

No comments written yet.

Please login to write comment.