Color Hex Logo

#383656 Color Hex

#383656
(56,54,86)
0 Favorites   0 Comments

Color spaces of #383656

RGB 565486
HSL0.680.230.27
HSV244°37°34°
CMYK 0.350.370.00   0.66
XYZ4.62984.15109.3613
Yxy4.15100.25520.2288
Hunter Lab20.37404.9079-12.9803
CIE-Lab24.16459.4816-19.0227

#383656 color RGB value is (56,54,86).

#383656 hex color red value is 56, green value is 54 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #383656 hue: 0.68 , saturation: 0.23 and the lightness value of 383656 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110110 01010110
Octal 70 66 126
Decimal 56 54 86
Hex 38 36 56

RGB Percentages of Color #383656

%28.57
%27.55
%43.88

CMYK Percentages of Color #383656

%35
%37
%0
%66

Triadic Colors of #383656

#383656 #563836 #365638

Analogous Colors of #383656

#383656 #483656 #364456

Monochromatic Colors of #383656

#383656

Complementary Color

#383656 #545636

#383656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383656 Color CSS Codes

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

#383656 Text Font Color

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

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


#383656 Background Color

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

This div background color is #383656


#383656 Border Color

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

This div border color is #383656


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,54,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 #383656">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383656


Comments

No comments written yet.

Please login to write comment.