Color Hex Logo

#824fdd Color Hex

#824FDD
(130,79,221)
0 Favorites   0 Comments

Color spaces of #824fdd

RGB 13079221
HSL0.730.680.59
HSV262°64°87°
CMYK 0.410.640.00   0.13
XYZ25.053015.558270.0892
Yxy15.55820.22630.1405
Hunter Lab39.443944.3485-77.7437
CIE-Lab46.389451.6654-65.1193

#824fdd color RGB value is (130,79,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001111 11011101
Octal 202 117 335
Decimal 130 79 221
Hex 82 4F DD

RGB Percentages of Color #824fdd

%30.23
%18.37
%51.40

CMYK Percentages of Color #824fdd

%41
%64
%0
%13

Triadic Colors of #824fdd

#824fdd #dd824f #4fdd82

Analogous Colors of #824fdd

#824fdd #c94fdd #4f63dd

Monochromatic Colors of #824fdd

#824fdd

Complementary Color

#824fdd #aadd4f

#824fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#824fdd Color CSS Codes

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

#824fdd Text Font Color

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

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


#824fdd Background Color

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

This div background color is #824fdd


#824fdd Border Color

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

This div border color is #824fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824fdd


Comments

No comments written yet.

Please login to write comment.