Color Hex Logo

#824468 Color Hex

#824468
(130,68,104)
0 Favorites   0 Comments

Color spaces of #824468

RGB 13068104
HSL0.900.310.39
HSV325°48°51°
CMYK 0.000.480.20   0.49
XYZ13.77179.879514.2778
Yxy9.87950.36310.2605
Hunter Lab31.431723.2039-4.9302
CIE-Lab37.625331.4716-9.1512

#824468 color RGB value is (130,68,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000100 01101000
Octal 202 104 150
Decimal 130 68 104
Hex 82 44 68

RGB Percentages of Color #824468

%43.05
%22.52
%34.44

CMYK Percentages of Color #824468

%0
%48
%20
%49

Triadic Colors of #824468

#824468 #688244 #446882

Analogous Colors of #824468

#824468 #824449 #7d4482

Monochromatic Colors of #824468

#824468

Complementary Color

#824468 #44825e

#824468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824468 Color CSS Codes

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

#824468 Text Font Color

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

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


#824468 Background Color

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

This div background color is #824468


#824468 Border Color

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

This div border color is #824468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824468


Comments

No comments written yet.

Please login to write comment.