Color Hex Logo

#824fae Color Hex

#824FAE
(130,79,174)
0 Favorites   0 Comments

Color spaces of #824fae

RGB 13079174
HSL0.760.380.50
HSV272°55°68°
CMYK 0.250.550.00   0.32
XYZ19.641913.393841.5944
Yxy13.39380.26320.1795
Hunter Lab36.597531.7553-41.7669
CIE-Lab43.350739.7875-42.7893

#824fae color RGB value is (130,79,174).

#824fae hex color red value is 130, green value is 79 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #824fae hue: 0.76 , saturation: 0.38 and the lightness value of 824fae is 0.50.

The process color (four color CMYK) of #824fae color hex is 0.25, 0.55, 0.00, 0.32. Web safe color of #824fae is #996699. Color #824fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001111 10101110
Octal 202 117 256
Decimal 130 79 174
Hex 82 4F AE

RGB Percentages of Color #824fae

%33.94
%20.63
%45.43

CMYK Percentages of Color #824fae

%25
%55
%0
%32

Triadic Colors of #824fae

#824fae #ae824f #4fae82

Analogous Colors of #824fae

#824fae #ae4fab #524fae

Monochromatic Colors of #824fae

#824fae

Complementary Color

#824fae #7bae4f

#824fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#824fae Color CSS Codes

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

#824fae Text Font Color

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

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


#824fae Background Color

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

This div background color is #824fae


#824fae Border Color

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

This div border color is #824fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824fae

#824fae Color Palettes


Comments

No comments written yet.

Please login to write comment.