Color Hex Logo

#38142d Color Hex

#38142D
(56,20,45)
0 Favorites   0 Comments

Color spaces of #38142d

RGB 562045
HSL0.880.470.15
HSV318°64°22°
CMYK 0.000.640.20   0.78
XYZ2.35471.53052.6539
Yxy1.53050.36010.2341
Hunter Lab12.371312.3250-4.0590
CIE-Lab12.800721.6183-8.3317

#38142d color RGB value is (56,20,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010100 00101101
Octal 70 24 55
Decimal 56 20 45
Hex 38 14 2D

RGB Percentages of Color #38142d

%46.28
%16.53
%37.19

CMYK Percentages of Color #38142d

%0
%64
%20
%78

Triadic Colors of #38142d

#38142d #2d3814 #142d38

Analogous Colors of #38142d

#38142d #38141b #311438

Monochromatic Colors of #38142d

#38142d

Complementary Color

#38142d #14381f

#38142d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38142d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38142d Color CSS Codes

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

#38142d Text Font Color

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

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


#38142d Background Color

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

This div background color is #38142d


#38142d Border Color

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

This div border color is #38142d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38142d


Comments

No comments written yet.

Please login to write comment.