Color Hex Logo

#843afc Color Hex

#843AFC
(132,58,252)
0 Favorites   0 Comments

Color spaces of #843afc

RGB 13258252
HSL0.730.970.61
HSV263°77°99°
CMYK 0.480.770.00   0.01
XYZ28.599514.959993.4757
Yxy14.95990.20870.1092
Hunter Lab38.678064.3008-116.2154
CIE-Lab45.579269.6226-83.9117

#843afc color RGB value is (132,58,252).

#843afc hex color red value is 132, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #843afc hue: 0.73 , saturation: 0.97 and the lightness value of 843afc is 0.61.

The process color (four color CMYK) of #843afc color hex is 0.48, 0.77, 0.00, 0.01. Web safe color of #843afc is #9933ff. Color #843afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111010 11111100
Octal 204 72 374
Decimal 132 58 252
Hex 84 3A FC

RGB Percentages of Color #843afc

%29.86
%13.12
%57.01

CMYK Percentages of Color #843afc

%48
%77
%0
%1

Triadic Colors of #843afc

#843afc #fc843a #3afc84

Analogous Colors of #843afc

#843afc #e53afc #3a51fc

Monochromatic Colors of #843afc

#843afc

Complementary Color

#843afc #b2fc3a

#843afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#843afc Color CSS Codes

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

#843afc Text Font Color

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

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


#843afc Background Color

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

This div background color is #843afc


#843afc Border Color

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

This div border color is #843afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843afc


Comments

No comments written yet.

Please login to write comment.