Color Hex Logo

#381340 Color Hex

#381340
(56,19,64)
0 Favorites   0 Comments

Color spaces of #381340

RGB 561964
HSL0.800.540.16
HSV289°70°25°
CMYK 0.130.700.00   0.75
XYZ2.78921.67675.0271
Yxy1.67670.29380.1766
Hunter Lab12.948715.7892-13.9541
CIE-Lab13.690026.2494-20.5594

#381340 color RGB value is (56,19,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010011 01000000
Octal 70 23 100
Decimal 56 19 64
Hex 38 13 40

RGB Percentages of Color #381340

%40.29
%13.67
%46.04

CMYK Percentages of Color #381340

%13
%70
%0
%75

Triadic Colors of #381340

#381340 #403813 #134038

Analogous Colors of #381340

#381340 #401332 #221340

Monochromatic Colors of #381340

#381340

Complementary Color

#381340 #1b4013

#381340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381340 Color CSS Codes

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

#381340 Text Font Color

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

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


#381340 Background Color

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

This div background color is #381340


#381340 Border Color

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

This div border color is #381340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381340


Comments

No comments written yet.

Please login to write comment.