Color Hex Logo

#824ddd Color Hex

#824DDD
(130,77,221)
0 Favorites   0 Comments

Color spaces of #824ddd

RGB 13077221
HSL0.730.680.58
HSV262°65°87°
CMYK 0.410.650.00   0.13
XYZ24.910915.274070.0418
Yxy15.27400.22600.1386
Hunter Lab39.082045.3827-78.9008
CIE-Lab46.007252.7057-65.7393

#824ddd color RGB value is (130,77,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001101 11011101
Octal 202 115 335
Decimal 130 77 221
Hex 82 4D DD

RGB Percentages of Color #824ddd

%30.37
%17.99
%51.64

CMYK Percentages of Color #824ddd

%41
%65
%0
%13

Triadic Colors of #824ddd

#824ddd #dd824d #4ddd82

Analogous Colors of #824ddd

#824ddd #ca4ddd #4d60dd

Monochromatic Colors of #824ddd

#824ddd

Complementary Color

#824ddd #a8dd4d

#824ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#824ddd Color CSS Codes

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

#824ddd Text Font Color

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

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


#824ddd Background Color

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

This div background color is #824ddd


#824ddd Border Color

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

This div border color is #824ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824ddd


Comments

No comments written yet.

Please login to write comment.