Color Hex Logo

#381427 Color Hex

#381427
(56,20,39)
0 Favorites   0 Comments

Color spaces of #381427

RGB 562039
HSL0.910.470.15
HSV328°64°22°
CMYK 0.000.640.30   0.78
XYZ2.24731.48752.0881
Yxy1.48750.38590.2555
Hunter Lab12.196311.5470-1.6135
CIE-Lab12.528420.5414-4.3468

#381427 color RGB value is (56,20,39).

#381427 hex color red value is 56, green value is 20 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #381427 hue: 0.91 , saturation: 0.47 and the lightness value of 381427 is 0.15.

The process color (four color CMYK) of #381427 color hex is 0.00, 0.64, 0.30, 0.78. Web safe color of #381427 is #330033. Color #381427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010100 00100111
Octal 70 24 47
Decimal 56 20 39
Hex 38 14 27

RGB Percentages of Color #381427

%48.70
%17.39
%33.91

CMYK Percentages of Color #381427

%0
%64
%30
%78

Triadic Colors of #381427

#381427 #273814 #142738

Analogous Colors of #381427

#381427 #381415 #371438

Monochromatic Colors of #381427

#381427

Complementary Color

#381427 #143825

#381427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381427 Color CSS Codes

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

#381427 Text Font Color

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

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


#381427 Background Color

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

This div background color is #381427


#381427 Border Color

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

This div border color is #381427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381427


Comments

No comments written yet.

Please login to write comment.