Color Hex Logo

#383256 Color Hex

#383256
(56,50,86)
0 Favorites   0 Comments

Color spaces of #383256

RGB 565086
HSL0.690.260.27
HSV250°42°34°
CMYK 0.350.420.00   0.66
XYZ4.45123.79389.3018
Yxy3.79380.25370.2162
Hunter Lab19.47776.7064-14.6803
CIE-Lab22.977712.2182-20.8815

#383256 color RGB value is (56,50,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110010 01010110
Octal 70 62 126
Decimal 56 50 86
Hex 38 32 56

RGB Percentages of Color #383256

%29.17
%26.04
%44.79

CMYK Percentages of Color #383256

%35
%42
%0
%66

Triadic Colors of #383256

#383256 #563832 #325638

Analogous Colors of #383256

#383256 #4a3256 #323e56

Monochromatic Colors of #383256

#383256

Complementary Color

#383256 #505632

#383256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383256 Color CSS Codes

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

#383256 Text Font Color

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

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


#383256 Background Color

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

This div background color is #383256


#383256 Border Color

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

This div border color is #383256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383256


Comments

No comments written yet.

Please login to write comment.