Color Hex Logo

#385379 Color Hex

#385379
(56,83,121)
0 Favorites   0 Comments

Color spaces of #385379

RGB 5683121
HSL0.600.370.35
HSV215°54°47°
CMYK 0.540.310.00   0.53
XYZ8.17538.407719.2811
Yxy8.40770.22800.2344
Hunter Lab28.9960-0.4158-19.1280
CIE-Lab34.81791.6687-24.6934

#385379 color RGB value is (56,83,121).

#385379 hex color red value is 56, green value is 83 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #385379 hue: 0.60 , saturation: 0.37 and the lightness value of 385379 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010011 01111001
Octal 70 123 171
Decimal 56 83 121
Hex 38 53 79

RGB Percentages of Color #385379

%21.54
%31.92
%46.54

CMYK Percentages of Color #385379

%54
%31
%0
%53

Triadic Colors of #385379

#385379 #793853 #537938

Analogous Colors of #385379

#385379 #3e3879 #387479

Monochromatic Colors of #385379

#385379

Complementary Color

#385379 #795e38

#385379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385379 Color CSS Codes

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

#385379 Text Font Color

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

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


#385379 Background Color

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

This div background color is #385379


#385379 Border Color

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

This div border color is #385379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385379


Comments

No comments written yet.

Please login to write comment.