Color Hex Logo

#841cff Color Hex

#841CFF
(132,28,255)
1 Favorites   0 Comments

Color spaces of #841cff

RGB 13228255
HSL0.741.000.55
HSV267°89°100°
CMYK 0.480.890.00   0.00
XYZ27.981012.956095.6337
Yxy12.95600.20490.0949
Hunter Lab35.994475.7703-132.3316
CIE-Lab42.696979.6136-90.3330

#841cff color RGB value is (132,28,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011100 11111111
Octal 204 34 377
Decimal 132 28 255
Hex 84 1C FF

RGB Percentages of Color #841cff

%31.81
%6.75
%61.45

CMYK Percentages of Color #841cff

%48
%89
%0
%0

Triadic Colors of #841cff

#841cff #ff841c #1cff84

Analogous Colors of #841cff

#841cff #f61cff #1c25ff

Monochromatic Colors of #841cff

#841cff

Complementary Color

#841cff #97ff1c

#841cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#841cff Color CSS Codes

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

#841cff Text Font Color

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

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


#841cff Background Color

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

This div background color is #841cff


#841cff Border Color

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

This div border color is #841cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841cff

Related Colors

#841cff Color Palettes


Comments

No comments written yet.

Please login to write comment.