Color Hex Logo

#824dae Color Hex

#824DAE
(130,77,174)
0 Favorites   0 Comments

Color spaces of #824dae

RGB 13077174
HSL0.760.390.49
HSV273°56°68°
CMYK 0.250.560.00   0.32
XYZ19.499813.109641.5470
Yxy13.10960.26300.1768
Hunter Lab36.207232.7707-42.6890
CIE-Lab42.927940.8952-43.4631

#824dae color RGB value is (130,77,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001101 10101110
Octal 202 115 256
Decimal 130 77 174
Hex 82 4D AE

RGB Percentages of Color #824dae

%34.12
%20.21
%45.67

CMYK Percentages of Color #824dae

%25
%56
%0
%32

Triadic Colors of #824dae

#824dae #ae824d #4dae82

Analogous Colors of #824dae

#824dae #ae4daa #524dae

Monochromatic Colors of #824dae

#824dae

Complementary Color

#824dae #79ae4d

#824dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#824dae Color CSS Codes

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

#824dae Text Font Color

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

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


#824dae Background Color

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

This div background color is #824dae


#824dae Border Color

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

This div border color is #824dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,77,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 #824dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824dae


Comments

No comments written yet.

Please login to write comment.