Color Hex Logo

#824473 Color Hex

#824473
(130,68,115)
0 Favorites   0 Comments

Color spaces of #824473

RGB 13068115
HSL0.870.310.39
HSV315°48°51°
CMYK 0.000.480.12   0.49
XYZ14.367610.117917.4153
Yxy10.11790.34290.2415
Hunter Lab31.808624.9613-10.1953
CIE-Lab38.053233.3616-15.3691

#824473 color RGB value is (130,68,115).

#824473 hex color red value is 130, green value is 68 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #824473 hue: 0.87 , saturation: 0.31 and the lightness value of 824473 is 0.39.

The process color (four color CMYK) of #824473 color hex is 0.00, 0.48, 0.12, 0.49. Web safe color of #824473 is #993366. Color #824473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000100 01110011
Octal 202 104 163
Decimal 130 68 115
Hex 82 44 73

RGB Percentages of Color #824473

%41.53
%21.73
%36.74

CMYK Percentages of Color #824473

%0
%48
%12
%49

Triadic Colors of #824473

#824473 #738244 #447382

Analogous Colors of #824473

#824473 #824454 #724482

Monochromatic Colors of #824473

#824473

Complementary Color

#824473 #448253

#824473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824473 Color CSS Codes

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

#824473 Text Font Color

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

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


#824473 Background Color

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

This div background color is #824473


#824473 Border Color

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

This div border color is #824473


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,68,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #824473; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #824473;
  -webkit-box-shadow: 1px 1px 3px 2px #824473;
  box-shadow:         1px 1px 3px 2px #824473; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,68,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824473


Comments

No comments written yet.

Please login to write comment.