Color Hex Logo

#821eef Color Hex

#821EEF
(130,30,239)
0 Favorites   0 Comments

Color spaces of #821eef

RGB 13030239
HSL0.750.870.53
HSV269°87°94°
CMYK 0.460.870.00   0.06
XYZ25.250211.906482.6287
Yxy11.90640.21080.0994
Hunter Lab34.505770.2361-117.8244
CIE-Lab41.067075.4461-84.0348

#821eef color RGB value is (130,30,239).

#821eef hex color red value is 130, green value is 30 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #821eef hue: 0.75 , saturation: 0.87 and the lightness value of 821eef is 0.53.

The process color (four color CMYK) of #821eef color hex is 0.46, 0.87, 0.00, 0.06. Web safe color of #821eef is #9933ff. Color #821eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011110 11101111
Octal 202 36 357
Decimal 130 30 239
Hex 82 1E EF

RGB Percentages of Color #821eef

%32.58
%7.52
%59.90

CMYK Percentages of Color #821eef

%46
%87
%0
%6

Triadic Colors of #821eef

#821eef #ef821e #1eef82

Analogous Colors of #821eef

#821eef #eb1eef #1e23ef

Monochromatic Colors of #821eef

#821eef

Complementary Color

#821eef #8bef1e

#821eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#821eef Color CSS Codes

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

#821eef Text Font Color

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

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


#821eef Background Color

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

This div background color is #821eef


#821eef Border Color

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

This div border color is #821eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,30,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821eef


Comments

No comments written yet.

Please login to write comment.