Color Hex Logo

#824570 Color Hex

#824570
(130,69,112)
0 Favorites   0 Comments

Color spaces of #824570

RGB 13069112
HSL0.880.310.39
HSV318°47°51°
CMYK 0.000.470.14   0.49
XYZ14.258710.171916.5411
Yxy10.17190.34800.2483
Hunter Lab31.893423.9891-8.4246
CIE-Lab38.149232.2732-13.3558

#824570 color RGB value is (130,69,112).

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

The process color (four color CMYK) of #824570 color hex is 0.00, 0.47, 0.14, 0.49. Web safe color of #824570 is #993366. Color #824570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000101 01110000
Octal 202 105 160
Decimal 130 69 112
Hex 82 45 70

RGB Percentages of Color #824570

%41.80
%22.19
%36.01

CMYK Percentages of Color #824570

%0
%47
%14
%49

Triadic Colors of #824570

#824570 #708245 #457082

Analogous Colors of #824570

#824570 #824552 #764582

Monochromatic Colors of #824570

#824570

Complementary Color

#824570 #458257

#824570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824570 Color CSS Codes

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

#824570 Text Font Color

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

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


#824570 Background Color

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

This div background color is #824570


#824570 Border Color

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

This div border color is #824570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824570


Comments

No comments written yet.

Please login to write comment.