Color Hex Logo

#381040 Color Hex

#381040
(56,16,64)
0 Favorites   0 Comments

Color spaces of #381040

RGB 561664
HSL0.810.600.16
HSV290°75°25°
CMYK 0.130.750.00   0.75
XYZ2.74161.58155.0112
Yxy1.58150.29370.1694
Hunter Lab12.575816.9066-14.8229
CIE-Lab13.117127.8365-21.4714

#381040 color RGB value is (56,16,64).

#381040 hex color red value is 56, green value is 16 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #381040 hue: 0.81 , saturation: 0.60 and the lightness value of 381040 is 0.16.

The process color (four color CMYK) of #381040 color hex is 0.13, 0.75, 0.00, 0.75. Web safe color of #381040 is #330033. Color #381040 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010000 01000000
Octal 70 20 100
Decimal 56 16 64
Hex 38 10 40

RGB Percentages of Color #381040

%41.18
%11.76
%47.06

CMYK Percentages of Color #381040

%13
%75
%0
%75

Triadic Colors of #381040

#381040 #403810 #104038

Analogous Colors of #381040

#381040 #401030 #201040

Monochromatic Colors of #381040

#381040

Complementary Color

#381040 #184010

#381040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381040 Color CSS Codes

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

#381040 Text Font Color

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

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


#381040 Background Color

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

This div background color is #381040


#381040 Border Color

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

This div border color is #381040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381040


Comments

No comments written yet.

Please login to write comment.