Color Hex Logo

#822dfd Color Hex

#822DFD
(130,45,253)
0 Favorites   0 Comments

Color spaces of #822dfd

RGB 13045253
HSL0.730.980.58
HSV265°82°99°
CMYK 0.490.820.00   0.01
XYZ27.873913.714494.1065
Yxy13.71440.20540.1011
Hunter Lab37.033069.5454-124.7420
CIE-Lab43.820574.3454-87.3706

#822dfd color RGB value is (130,45,253).

#822dfd hex color red value is 130, green value is 45 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #822dfd hue: 0.73 , saturation: 0.98 and the lightness value of 822dfd is 0.58.

The process color (four color CMYK) of #822dfd color hex is 0.49, 0.82, 0.00, 0.01. Web safe color of #822dfd is #9933ff. Color #822dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101101 11111101
Octal 202 55 375
Decimal 130 45 253
Hex 82 2D FD

RGB Percentages of Color #822dfd

%30.37
%10.51
%59.11

CMYK Percentages of Color #822dfd

%49
%82
%0
%1

Triadic Colors of #822dfd

#822dfd #fd822d #2dfd82

Analogous Colors of #822dfd

#822dfd #ea2dfd #2d40fd

Monochromatic Colors of #822dfd

#822dfd

Complementary Color

#822dfd #a8fd2d

#822dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#822dfd Color CSS Codes

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

#822dfd Text Font Color

<p style="color:#822dfd">Text here</p>

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


#822dfd Background Color

<div style="background-color:#822dfd">
Div content here</div>

This div background color is #822dfd


#822dfd Border Color

<div style="border:3px solid #822dfd">
Div here</div>

This div border color is #822dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,45,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #822dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #822dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #822dfd;
  box-shadow:         1px 1px 3px 2px #822dfd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822dfd


Comments

No comments written yet.

Please login to write comment.