Color Hex Logo

#843cff Color Hex

#843CFF
(132,60,255)
0 Favorites   0 Comments

Color spaces of #843cff

RGB 13260255
HSL0.731.000.62
HSV262°76°100°
CMYK 0.480.760.00   0.00
XYZ29.181615.357396.0339
Yxy15.35730.20760.1092
Hunter Lab39.188464.3402-117.8624
CIE-Lab46.119769.5507-84.6983

#843cff color RGB value is (132,60,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111100 11111111
Octal 204 74 377
Decimal 132 60 255
Hex 84 3C FF

RGB Percentages of Color #843cff

%29.53
%13.42
%57.05

CMYK Percentages of Color #843cff

%48
%76
%0
%0

Triadic Colors of #843cff

#843cff #ff843c #3cff84

Analogous Colors of #843cff

#843cff #e63cff #3c56ff

Monochromatic Colors of #843cff

#843cff

Complementary Color

#843cff #b7ff3c

#843cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#843cff Color CSS Codes

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

#843cff Text Font Color

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

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


#843cff Background Color

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

This div background color is #843cff


#843cff Border Color

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

This div border color is #843cff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,60,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 #843cff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843cff


Comments

No comments written yet.

Please login to write comment.