Color Hex Logo

#842aca Color Hex

#842ACA
(132,42,202)
0 Favorites   0 Comments

Color spaces of #842aca

RGB 13242202
HSL0.760.660.48
HSV274°79°79°
CMYK 0.350.790.00   0.21
XYZ21.004410.825756.8596
Yxy10.82570.23680.1221
Hunter Lab32.902456.3724-79.4290
CIE-Lab39.285363.9936-65.7368

#842aca color RGB value is (132,42,202).

#842aca hex color red value is 132, green value is 42 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #842aca hue: 0.76 , saturation: 0.66 and the lightness value of 842aca is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101010 11001010
Octal 204 52 312
Decimal 132 42 202
Hex 84 2A CA

RGB Percentages of Color #842aca

%35.11
%11.17
%53.72

CMYK Percentages of Color #842aca

%35
%79
%0
%21

Triadic Colors of #842aca

#842aca #ca842a #2aca84

Analogous Colors of #842aca

#842aca #ca2ac0 #342aca

Monochromatic Colors of #842aca

#842aca

Complementary Color

#842aca #70ca2a

#842aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#842aca Color CSS Codes

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

#842aca Text Font Color

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

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


#842aca Background Color

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

This div background color is #842aca


#842aca Border Color

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

This div border color is #842aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,42,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 #842aca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842aca


Comments

No comments written yet.

Please login to write comment.