Color Hex Logo

#820fff Color Hex

#820FFF
(130,15,255)
0 Favorites   0 Comments

Color spaces of #820fff

RGB 13015255
HSL0.751.000.53
HSV269°94°100°
CMYK 0.490.940.00   0.00
XYZ27.426712.307595.5378
Yxy12.30750.20280.0910
Hunter Lab35.082078.1555-136.9051
CIE-Lab41.700781.6963-91.9864

#820fff color RGB value is (130,15,255).

#820fff hex color red value is 130, green value is 15 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #820fff hue: 0.75 , saturation: 1.00 and the lightness value of 820fff is 0.53.

The process color (four color CMYK) of #820fff color hex is 0.49, 0.94, 0.00, 0.00. Web safe color of #820fff is #9900ff. Color #820fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001111 11111111
Octal 202 17 377
Decimal 130 15 255
Hex 82 F FF

RGB Percentages of Color #820fff

%32.50
%3.75
%63.75

CMYK Percentages of Color #820fff

%49
%94
%0
%0

Triadic Colors of #820fff

#820fff #ff820f #0fff82

Analogous Colors of #820fff

#820fff #fa0fff #0f14ff

Monochromatic Colors of #820fff

#820fff

Complementary Color

#820fff #8cff0f

#820fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#820fff Color CSS Codes

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

#820fff Text Font Color

<p style="color:#820fff">Text here</p>

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


#820fff Background Color

<div style="background-color:#820fff">
Div content here</div>

This div background color is #820fff


#820fff Border Color

<div style="border:3px solid #820fff">
Div here</div>

This div border color is #820fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820fff

#820fff Color Palettes


Comments

No comments written yet.

Please login to write comment.