Color Hex Logo

#824987 Color Hex

#824987
(130,73,135)
0 Favorites   0 Comments

Color spaces of #824987

RGB 13073135
HSL0.820.300.41
HSV295°46°53°
CMYK 0.040.460.00   0.47
XYZ15.961611.260224.2538
Yxy11.26020.31010.2187
Hunter Lab33.556226.1832-19.3643
CIE-Lab40.015334.4109-24.6593

#824987 color RGB value is (130,73,135).

#824987 hex color red value is 130, green value is 73 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #824987 hue: 0.82 , saturation: 0.30 and the lightness value of 824987 is 0.41.

The process color (four color CMYK) of #824987 color hex is 0.04, 0.46, 0.00, 0.47. Web safe color of #824987 is #993399. Color #824987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001001 10000111
Octal 202 111 207
Decimal 130 73 135
Hex 82 49 87

RGB Percentages of Color #824987

%38.46
%21.60
%39.94

CMYK Percentages of Color #824987

%4
%46
%0
%47

Triadic Colors of #824987

#824987 #878249 #498782

Analogous Colors of #824987

#824987 #87496d #634987

Monochromatic Colors of #824987

#824987

Complementary Color

#824987 #4e8749

#824987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#824987 Color CSS Codes

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

#824987 Text Font Color

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

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


#824987 Background Color

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

This div background color is #824987


#824987 Border Color

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

This div border color is #824987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824987


Comments

No comments written yet.

Please login to write comment.