Color Hex Logo

#843ada Color Hex

#843ADA
(132,58,218)
0 Favorites   0 Comments

Color spaces of #843ada

RGB 13258218
HSL0.740.680.54
HSV268°73°85°
CMYK 0.390.730.00   0.15
XYZ23.683712.993667.5894
Yxy12.99360.22710.1246
Hunter Lab36.046654.1981-85.9393
CIE-Lab42.753661.3867-69.3100

#843ada color RGB value is (132,58,218).

#843ada hex color red value is 132, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #843ada hue: 0.74 , saturation: 0.68 and the lightness value of 843ada is 0.54.

The process color (four color CMYK) of #843ada color hex is 0.39, 0.73, 0.00, 0.15. Web safe color of #843ada is #9933cc. Color #843ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111010 11011010
Octal 204 72 332
Decimal 132 58 218
Hex 84 3A DA

RGB Percentages of Color #843ada

%32.35
%14.22
%53.43

CMYK Percentages of Color #843ada

%39
%73
%0
%15

Triadic Colors of #843ada

#843ada #da843a #3ada84

Analogous Colors of #843ada

#843ada #d43ada #3a40da

Monochromatic Colors of #843ada

#843ada

Complementary Color

#843ada #90da3a

#843ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#843ada Color CSS Codes

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

#843ada Text Font Color

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

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


#843ada Background Color

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

This div background color is #843ada


#843ada Border Color

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

This div border color is #843ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843ada


Comments

No comments written yet.

Please login to write comment.