Color Hex Logo

#843dff Color Hex

#843DFF
(132,61,255)
0 Favorites   0 Comments

Color spaces of #843dff

RGB 13261255
HSL0.731.000.62
HSV262°76°100°
CMYK 0.480.760.00   0.00
XYZ29.234515.463096.0516
Yxy15.46300.20770.1099
Hunter Lab39.323063.8896-117.2974
CIE-Lab46.261969.1415-84.4649

#843dff color RGB value is (132,61,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111101 11111111
Octal 204 75 377
Decimal 132 61 255
Hex 84 3D FF

RGB Percentages of Color #843dff

%29.46
%13.62
%56.92

CMYK Percentages of Color #843dff

%48
%76
%0
%0

Triadic Colors of #843dff

#843dff #ff843d #3dff84

Analogous Colors of #843dff

#843dff #e53dff #3d57ff

Monochromatic Colors of #843dff

#843dff

Complementary Color

#843dff #b8ff3d

#843dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#843dff Color CSS Codes

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

#843dff Text Font Color

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

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


#843dff Background Color

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

This div background color is #843dff


#843dff Border Color

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

This div border color is #843dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843dff

Related Colors


Comments

No comments written yet.

Please login to write comment.