Color Hex Logo

#385085 Color Hex

#385085
(56,80,133)
0 Favorites   0 Comments

Color spaces of #385085

RGB 5680133
HSL0.610.410.37
HSV221°58°52°
CMYK 0.580.400.00   0.48
XYZ8.73328.271523.3266
Yxy8.27150.21650.2051
Hunter Lab28.76023.8721-27.9563
CIE-Lab34.54207.7685-32.5309

#385085 color RGB value is (56,80,133).

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

The process color (four color CMYK) of #385085 color hex is 0.58, 0.40, 0.00, 0.48. Web safe color of #385085 is #336699. Color #385085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 10000101
Octal 70 120 205
Decimal 56 80 133
Hex 38 50 85

RGB Percentages of Color #385085

%20.82
%29.74
%49.44

CMYK Percentages of Color #385085

%58
%40
%0
%48

Triadic Colors of #385085

#385085 #853850 #508538

Analogous Colors of #385085

#385085 #473885 #387785

Monochromatic Colors of #385085

#385085

Complementary Color

#385085 #856d38

#385085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385085 Color CSS Codes

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

#385085 Text Font Color

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

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


#385085 Background Color

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

This div background color is #385085


#385085 Border Color

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

This div border color is #385085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385085


Comments

No comments written yet.

Please login to write comment.