Color Hex Logo

#382840 Color Hex

#382840
(56,40,64)
0 Favorites   0 Comments

Color spaces of #382840

RGB 564064
HSL0.780.230.20
HSV280°38°25°
CMYK 0.130.380.00   0.75
XYZ3.31512.72855.2024
Yxy2.72850.29480.2426
Hunter Lab16.51826.9171-7.1107
CIE-Lab18.922012.8380-12.3631

#382840 color RGB value is (56,40,64).

#382840 hex color red value is 56, green value is 40 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #382840 hue: 0.78 , saturation: 0.23 and the lightness value of 382840 is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101000 01000000
Octal 70 50 100
Decimal 56 40 64
Hex 38 28 40

RGB Percentages of Color #382840

%35.00
%25.00
%40.00

CMYK Percentages of Color #382840

%13
%38
%0
%75

Triadic Colors of #382840

#382840 #403828 #284038

Analogous Colors of #382840

#382840 #40283c #2c2840

Monochromatic Colors of #382840

#382840

Complementary Color

#382840 #304028

#382840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382840 Color CSS Codes

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

#382840 Text Font Color

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

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


#382840 Background Color

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

This div background color is #382840


#382840 Border Color

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

This div border color is #382840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382840


Comments

No comments written yet.

Please login to write comment.