Color Hex Logo

#383856 Color Hex

#383856
(56,56,86)
0 Favorites   0 Comments

Color spaces of #383856

RGB 565686
HSL0.670.210.28
HSV240°35°34°
CMYK 0.350.350.00   0.66
XYZ4.72484.34109.3930
Yxy4.34100.25600.2352
Hunter Lab20.83514.0174-12.1450
CIE-Lab24.76828.1201-18.0814

#383856 color RGB value is (56,56,86).

#383856 hex color red value is 56, green value is 56 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #383856 hue: 0.67 , saturation: 0.21 and the lightness value of 383856 is 0.28.

The process color (four color CMYK) of #383856 color hex is 0.35, 0.35, 0.00, 0.66. Web safe color of #383856 is #333366. Color #383856 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111000 01010110
Octal 70 70 126
Decimal 56 56 86
Hex 38 38 56

RGB Percentages of Color #383856

%28.28
%28.28
%43.43

CMYK Percentages of Color #383856

%35
%35
%0
%66

Triadic Colors of #383856

#383856 #563838 #385638

Analogous Colors of #383856

#383856 #473856 #384756

Monochromatic Colors of #383856

#383856

Complementary Color

#383856 #565638

#383856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383856 Color CSS Codes

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

#383856 Text Font Color

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

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


#383856 Background Color

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

This div background color is #383856


#383856 Border Color

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

This div border color is #383856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383856


Comments

No comments written yet.

Please login to write comment.