Color Hex Logo

#824589 Color Hex

#824589
(130,69,137)
0 Favorites   0 Comments

Color spaces of #824589

RGB 13069137
HSL0.820.330.40
HSV294°50°54°
CMYK 0.050.500.00   0.46
XYZ15.849410.808224.9177
Yxy10.80820.30730.2096
Hunter Lab32.875828.5220-21.9248
CIE-Lab39.255537.0379-27.0655

#824589 color RGB value is (130,69,137).

#824589 hex color red value is 130, green value is 69 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #824589 hue: 0.82 , saturation: 0.33 and the lightness value of 824589 is 0.40.

The process color (four color CMYK) of #824589 color hex is 0.05, 0.50, 0.00, 0.46. Web safe color of #824589 is #993399. Color #824589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000101 10001001
Octal 202 105 211
Decimal 130 69 137
Hex 82 45 89

RGB Percentages of Color #824589

%38.69
%20.54
%40.77

CMYK Percentages of Color #824589

%5
%50
%0
%46

Triadic Colors of #824589

#824589 #898245 #458982

Analogous Colors of #824589

#824589 #89456e #604589

Monochromatic Colors of #824589

#824589

Complementary Color

#824589 #4c8945

#824589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824589 Color CSS Codes

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

#824589 Text Font Color

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

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


#824589 Background Color

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

This div background color is #824589


#824589 Border Color

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

This div border color is #824589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824589


Comments

No comments written yet.

Please login to write comment.