Color Hex Logo

#821bff Color Hex

#821BFF
(130,27,255)
0 Favorites   0 Comments

Color spaces of #821bff

RGB 13027255
HSL0.741.000.55
HSV267°89°100°
CMYK 0.490.890.00   0.00
XYZ27.647912.749795.6115
Yxy12.74970.20330.0937
Hunter Lab35.706775.7267-133.7655
CIE-Lab42.383779.6385-90.8582

#821bff color RGB value is (130,27,255).

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

The process color (four color CMYK) of #821bff color hex is 0.49, 0.89, 0.00, 0.00. Web safe color of #821bff is #9933ff. Color #821bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011011 11111111
Octal 202 33 377
Decimal 130 27 255
Hex 82 1B FF

RGB Percentages of Color #821bff

%31.55
%6.55
%61.89

CMYK Percentages of Color #821bff

%49
%89
%0
%0

Triadic Colors of #821bff

#821bff #ff821b #1bff82

Analogous Colors of #821bff

#821bff #f41bff #1b26ff

Monochromatic Colors of #821bff

#821bff

Complementary Color

#821bff #98ff1b

#821bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#821bff Color CSS Codes

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

#821bff Text Font Color

<p style="color:#821bff">Text here</p>

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


#821bff Background Color

<div style="background-color:#821bff">
Div content here</div>

This div background color is #821bff


#821bff Border Color

<div style="border:3px solid #821bff">
Div here</div>

This div border color is #821bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,27,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #821bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #821bff;
  -webkit-box-shadow: 1px 1px 3px 2px #821bff;
  box-shadow:         1px 1px 3px 2px #821bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,27,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 #821bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821bff


Comments

No comments written yet.

Please login to write comment.