Color Hex Logo

#385678 Color Hex

#385678
(56,86,120)
0 Favorites   0 Comments

Color spaces of #385678

RGB 5686120
HSL0.590.360.35
HSV212°53°47°
CMYK 0.530.280.00   0.53
XYZ8.34888.852419.0380
Yxy8.85240.23040.2443
Hunter Lab29.7530-1.9799-17.1107
CIE-Lab35.6985-0.5766-22.7011

#385678 color RGB value is (56,86,120).

#385678 hex color red value is 56, green value is 86 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #385678 hue: 0.59 , saturation: 0.36 and the lightness value of 385678 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010110 01111000
Octal 70 126 170
Decimal 56 86 120
Hex 38 56 78

RGB Percentages of Color #385678

%21.37
%32.82
%45.80

CMYK Percentages of Color #385678

%53
%28
%0
%53

Triadic Colors of #385678

#385678 #783856 #567838

Analogous Colors of #385678

#385678 #3a3878 #387678

Monochromatic Colors of #385678

#385678

Complementary Color

#385678 #785a38

#385678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385678 Color CSS Codes

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

#385678 Text Font Color

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

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


#385678 Background Color

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

This div background color is #385678


#385678 Border Color

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

This div border color is #385678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385678


Comments

No comments written yet.

Please login to write comment.