Color Hex Logo

#843aca Color Hex

#843ACA
(132,58,202)
0 Favorites   0 Comments

Color spaces of #843aca

RGB 13258202
HSL0.750.580.51
HSV271°71°79°
CMYK 0.350.710.00   0.21
XYZ21.689412.195957.0880
Yxy12.19590.23840.1341
Hunter Lab34.922649.7464-72.4755
CIE-Lab41.525857.5875-62.0893

#843aca color RGB value is (132,58,202).

#843aca hex color red value is 132, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #843aca hue: 0.75 , saturation: 0.58 and the lightness value of 843aca is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111010 11001010
Octal 204 72 312
Decimal 132 58 202
Hex 84 3A CA

RGB Percentages of Color #843aca

%33.67
%14.80
%51.53

CMYK Percentages of Color #843aca

%35
%71
%0
%21

Triadic Colors of #843aca

#843aca #ca843a #3aca84

Analogous Colors of #843aca

#843aca #ca3ac8 #3c3aca

Monochromatic Colors of #843aca

#843aca

Complementary Color

#843aca #80ca3a

#843aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#843aca Color CSS Codes

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

#843aca Text Font Color

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

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


#843aca Background Color

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

This div background color is #843aca


#843aca Border Color

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

This div border color is #843aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843aca


Comments

No comments written yet.

Please login to write comment.