Color Hex Logo

#381241 Color Hex

#381241
(56,18,65)
0 Favorites   0 Comments

Color spaces of #381241

RGB 561865
HSL0.800.570.16
HSV289°72°25°
CMYK 0.140.720.00   0.75
XYZ2.80131.65505.1728
Yxy1.65500.29090.1719
Hunter Lab12.864716.3554-14.8348
CIE-Lab13.561327.0266-21.4678

#381241 color RGB value is (56,18,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010010 01000001
Octal 70 22 101
Decimal 56 18 65
Hex 38 12 41

RGB Percentages of Color #381241

%40.29
%12.95
%46.76

CMYK Percentages of Color #381241

%14
%72
%0
%75

Triadic Colors of #381241

#381241 #413812 #124138

Analogous Colors of #381241

#381241 #411232 #211241

Monochromatic Colors of #381241

#381241

Complementary Color

#381241 #1b4112

#381241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381241 Color CSS Codes

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

#381241 Text Font Color

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

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


#381241 Background Color

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

This div background color is #381241


#381241 Border Color

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

This div border color is #381241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381241


Comments

No comments written yet.

Please login to write comment.