Color Hex Logo

#823977 Color Hex

#823977
(130,57,119)
0 Favorites   0 Comments

Color spaces of #823977

RGB 13057119
HSL0.860.390.37
HSV309°56°51°
CMYK 0.000.560.08   0.49
XYZ13.99889.004018.4529
Yxy9.00400.33770.2172
Hunter Lab30.006730.7627-15.4563
CIE-Lab35.992039.9474-21.0375

#823977 color RGB value is (130,57,119).

#823977 hex color red value is 130, green value is 57 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #823977 hue: 0.86 , saturation: 0.39 and the lightness value of 823977 is 0.37.

The process color (four color CMYK) of #823977 color hex is 0.00, 0.56, 0.08, 0.49. Web safe color of #823977 is #993366. Color #823977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111001 01110111
Octal 202 71 167
Decimal 130 57 119
Hex 82 39 77

RGB Percentages of Color #823977

%42.48
%18.63
%38.89

CMYK Percentages of Color #823977

%0
%56
%8
%49

Triadic Colors of #823977

#823977 #778239 #397782

Analogous Colors of #823977

#823977 #823952 #693982

Monochromatic Colors of #823977

#823977

Complementary Color

#823977 #398244

#823977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#823977 Color CSS Codes

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

#823977 Text Font Color

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

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


#823977 Background Color

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

This div background color is #823977


#823977 Border Color

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

This div border color is #823977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823977


Comments

No comments written yet.

Please login to write comment.