Color Hex Logo

#843aaf Color Hex

#843AAF
(132,58,175)
0 Favorites   0 Comments

Color spaces of #843aaf

RGB 13258175
HSL0.770.500.46
HSV278°67°69°
CMYK 0.250.670.00   0.31
XYZ18.766611.026841.6967
Yxy11.02680.26250.1542
Hunter Lab33.206642.7670-51.2043
CIE-Lab39.625651.3861-49.3308

#843aaf color RGB value is (132,58,175).

#843aaf hex color red value is 132, green value is 58 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #843aaf hue: 0.77 , saturation: 0.50 and the lightness value of 843aaf is 0.46.

The process color (four color CMYK) of #843aaf color hex is 0.25, 0.67, 0.00, 0.31. Web safe color of #843aaf is #993399. Color #843aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111010 10101111
Octal 204 72 257
Decimal 132 58 175
Hex 84 3A AF

RGB Percentages of Color #843aaf

%36.16
%15.89
%47.95

CMYK Percentages of Color #843aaf

%25
%67
%0
%31

Triadic Colors of #843aaf

#843aaf #af843a #3aaf84

Analogous Colors of #843aaf

#843aaf #af3aa0 #493aaf

Monochromatic Colors of #843aaf

#843aaf

Complementary Color

#843aaf #65af3a

#843aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#843aaf Color CSS Codes

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

#843aaf Text Font Color

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

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


#843aaf Background Color

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

This div background color is #843aaf


#843aaf Border Color

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

This div border color is #843aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,58,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843aaf


Comments

No comments written yet.

Please login to write comment.