Color Hex Logo

#843dfe Color Hex

#843DFE
(132,61,254)
0 Favorites   0 Comments

Color spaces of #843dfe

RGB 13261254
HSL0.730.990.62
HSV262°76°100°
CMYK 0.480.760.00   0.00
XYZ29.073915.398895.2058
Yxy15.39880.20810.1102
Hunter Lab39.241363.5784-116.3783
CIE-Lab46.175668.8943-84.0490

#843dfe color RGB value is (132,61,254).

#843dfe hex color red value is 132, green value is 61 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #843dfe hue: 0.73 , saturation: 0.99 and the lightness value of 843dfe is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111101 11111110
Octal 204 75 376
Decimal 132 61 254
Hex 84 3D FE

RGB Percentages of Color #843dfe

%29.53
%13.65
%56.82

CMYK Percentages of Color #843dfe

%48
%76
%0
%0

Triadic Colors of #843dfe

#843dfe #fe843d #3dfe84

Analogous Colors of #843dfe

#843dfe #e53dfe #3d57fe

Monochromatic Colors of #843dfe

#843dfe

Complementary Color

#843dfe #b7fe3d

#843dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#843dfe Color CSS Codes

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

#843dfe Text Font Color

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

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


#843dfe Background Color

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

This div background color is #843dfe


#843dfe Border Color

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

This div border color is #843dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.