Color Hex Logo

#382446 Color Hex

#382446
(56,36,70)
0 Favorites   0 Comments

Color spaces of #382446

RGB 563670
HSL0.760.320.21
HSV275°49°27°
CMYK 0.200.490.00   0.73
XYZ3.36732.54476.1081
Yxy2.54470.28010.2117
Hunter Lab15.95219.7630-11.5358
CIE-Lab18.119617.1498-17.7349

#382446 color RGB value is (56,36,70).

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

The process color (four color CMYK) of #382446 color hex is 0.20, 0.49, 0.00, 0.73. Web safe color of #382446 is #333333. Color #382446 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100100 01000110
Octal 70 44 106
Decimal 56 36 70
Hex 38 24 46

RGB Percentages of Color #382446

%34.57
%22.22
%43.21

CMYK Percentages of Color #382446

%20
%49
%0
%73

Triadic Colors of #382446

#382446 #463824 #244638

Analogous Colors of #382446

#382446 #462443 #272446

Monochromatic Colors of #382446

#382446

Complementary Color

#382446 #324624

#382446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382446 Color CSS Codes

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

#382446 Text Font Color

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

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


#382446 Background Color

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

This div background color is #382446


#382446 Border Color

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

This div border color is #382446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382446


Comments

No comments written yet.

Please login to write comment.