Color Hex Logo

#824b63 Color Hex

#824B63
(130,75,99)
0 Favorites   0 Comments

Color spaces of #824b63

RGB 1307599
HSL0.930.270.40
HSV334°42°51°
CMYK 0.000.420.24   0.49
XYZ13.974110.678813.1291
Yxy10.67880.36990.2826
Hunter Lab32.678419.1437-0.9458
CIE-Lab39.034126.6793-3.9207

#824b63 color RGB value is (130,75,99).

#824b63 hex color red value is 130, green value is 75 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #824b63 hue: 0.93 , saturation: 0.27 and the lightness value of 824b63 is 0.40.

The process color (four color CMYK) of #824b63 color hex is 0.00, 0.42, 0.24, 0.49. Web safe color of #824b63 is #993366. Color #824b63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001011 01100011
Octal 202 113 143
Decimal 130 75 99
Hex 82 4B 63

RGB Percentages of Color #824b63

%42.76
%24.67
%32.57

CMYK Percentages of Color #824b63

%0
%42
%24
%49

Triadic Colors of #824b63

#824b63 #63824b #4b6382

Analogous Colors of #824b63

#824b63 #824f4b #824b7f

Monochromatic Colors of #824b63

#824b63

Complementary Color

#824b63 #4b826a

#824b63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824b63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824b63 Color CSS Codes

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

#824b63 Text Font Color

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

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


#824b63 Background Color

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

This div background color is #824b63


#824b63 Border Color

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

This div border color is #824b63


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,75,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #824b63; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #824b63;
  -webkit-box-shadow: 1px 1px 3px 2px #824b63;
  box-shadow:         1px 1px 3px 2px #824b63; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824b63


Comments

No comments written yet.

Please login to write comment.