Color Hex Logo

#824aca Color Hex

#824ACA
(130,74,202)
0 Favorites   0 Comments

Color spaces of #824aca

RGB 13074202
HSL0.740.550.54
HSV266°63°79°
CMYK 0.360.630.00   0.21
XYZ22.315413.907757.3854
Yxy13.90770.23840.1486
Hunter Lab37.293041.5480-65.1286
CIE-Lab44.100349.4023-57.9301

#824aca color RGB value is (130,74,202).

#824aca hex color red value is 130, green value is 74 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #824aca hue: 0.74 , saturation: 0.55 and the lightness value of 824aca is 0.54.

The process color (four color CMYK) of #824aca color hex is 0.36, 0.63, 0.00, 0.21. Web safe color of #824aca is #9933cc. Color #824aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001010 11001010
Octal 202 112 312
Decimal 130 74 202
Hex 82 4A CA

RGB Percentages of Color #824aca

%32.02
%18.23
%49.75

CMYK Percentages of Color #824aca

%36
%63
%0
%21

Triadic Colors of #824aca

#824aca #ca824a #4aca82

Analogous Colors of #824aca

#824aca #c24aca #4a52ca

Monochromatic Colors of #824aca

#824aca

Complementary Color

#824aca #92ca4a

#824aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#824aca Color CSS Codes

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

#824aca Text Font Color

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

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


#824aca Background Color

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

This div background color is #824aca


#824aca Border Color

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

This div border color is #824aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824aca


Comments

No comments written yet.

Please login to write comment.