Color Hex Logo

#824883 Color Hex

#824883
(130,72,131)
0 Favorites   0 Comments

Color spaces of #824883

RGB 13072131
HSL0.830.290.40
HSV299°45°51°
CMYK 0.010.450.00   0.49
XYZ15.620011.019222.7764
Yxy11.01920.31610.2230
Hunter Lab33.195225.9017-17.4444
CIE-Lab39.612834.1637-22.8398

#824883 color RGB value is (130,72,131).

#824883 hex color red value is 130, green value is 72 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #824883 hue: 0.83 , saturation: 0.29 and the lightness value of 824883 is 0.40.

The process color (four color CMYK) of #824883 color hex is 0.01, 0.45, 0.00, 0.49. Web safe color of #824883 is #993399. Color #824883 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001000 10000011
Octal 202 110 203
Decimal 130 72 131
Hex 82 48 83

RGB Percentages of Color #824883

%39.04
%21.62
%39.34

CMYK Percentages of Color #824883

%1
%45
%0
%49

Triadic Colors of #824883

#824883 #838248 #488382

Analogous Colors of #824883

#824883 #834867 #654883

Monochromatic Colors of #824883

#824883

Complementary Color

#824883 #498348

#824883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824883 Color CSS Codes

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

#824883 Text Font Color

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

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


#824883 Background Color

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

This div background color is #824883


#824883 Border Color

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

This div border color is #824883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824883


Comments

No comments written yet.

Please login to write comment.