Color Hex Logo

#824ade Color Hex

#824ADE
(130,74,222)
0 Favorites   0 Comments

Color spaces of #824ade

RGB 13074222
HSL0.730.690.58
HSV263°67°87°
CMYK 0.410.670.00   0.13
XYZ24.839514.917370.6774
Yxy14.91730.22490.1351
Hunter Lab38.622947.2083-81.4607
CIE-Lab45.520754.4967-67.0988

#824ade color RGB value is (130,74,222).

#824ade hex color red value is 130, green value is 74 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #824ade hue: 0.73 , saturation: 0.69 and the lightness value of 824ade is 0.58.

The process color (four color CMYK) of #824ade color hex is 0.41, 0.67, 0.00, 0.13. Web safe color of #824ade is #9933cc. Color #824ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001010 11011110
Octal 202 112 336
Decimal 130 74 222
Hex 82 4A DE

RGB Percentages of Color #824ade

%30.52
%17.37
%52.11

CMYK Percentages of Color #824ade

%41
%67
%0
%13

Triadic Colors of #824ade

#824ade #de824a #4ade82

Analogous Colors of #824ade

#824ade #cc4ade #4a5cde

Monochromatic Colors of #824ade

#824ade

Complementary Color

#824ade #a6de4a

#824ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#824ade Color CSS Codes

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

#824ade Text Font Color

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

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


#824ade Background Color

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

This div background color is #824ade


#824ade Border Color

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

This div border color is #824ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824ade


Comments

No comments written yet.

Please login to write comment.