Color Hex Logo

#382449 Color Hex

#382449
(56,36,73)
1 Favorites   0 Comments

Color spaces of #382449

RGB 563673
HSL0.760.340.21
HSV272°51°29°
CMYK 0.230.510.00   0.71
XYZ3.46442.58356.6194
Yxy2.58350.27350.2040
Hunter Lab16.073310.3453-13.1659
CIE-Lab18.292117.9696-19.5168

#382449 color RGB value is (56,36,73).

#382449 hex color red value is 56, green value is 36 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #382449 hue: 0.76 , saturation: 0.34 and the lightness value of 382449 is 0.21.

The process color (four color CMYK) of #382449 color hex is 0.23, 0.51, 0.00, 0.71. Web safe color of #382449 is #333333. Color #382449 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100100 01001001
Octal 70 44 111
Decimal 56 36 73
Hex 38 24 49

RGB Percentages of Color #382449

%33.94
%21.82
%44.24

CMYK Percentages of Color #382449

%23
%51
%0
%71

Triadic Colors of #382449

#382449 #493824 #244938

Analogous Colors of #382449

#382449 #492448 #262449

Monochromatic Colors of #382449

#382449

Complementary Color

#382449 #354924

#382449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382449 Color CSS Codes

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

#382449 Text Font Color

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

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


#382449 Background Color

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

This div background color is #382449


#382449 Border Color

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

This div border color is #382449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382449

#382449 Color Palettes


Comments

No comments written yet.

Please login to write comment.