Color Hex Logo

#a82dfd Color Hex

#A82DFD
(168,45,253)
0 Favorites   0 Comments

Color spaces of #a82dfd

RGB 16845253
HSL0.770.980.58
HSV275°82°99°
CMYK 0.340.820.00   0.01
XYZ34.816517.293594.4314
Yxy17.29350.23760.1180
Hunter Lab41.585576.6706-105.5247
CIE-Lab48.627779.1870-79.3013

#a82dfd color RGB value is (168,45,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101101 11111101
Octal 250 55 375
Decimal 168 45 253
Hex A8 2D FD

RGB Percentages of Color #a82dfd

%36.05
%9.66
%54.29

CMYK Percentages of Color #a82dfd

%34
%82
%0
%1

Triadic Colors of #a82dfd

#a82dfd #fda82d #2dfda8

Analogous Colors of #a82dfd

#a82dfd #fd2dea #402dfd

Monochromatic Colors of #a82dfd

#a82dfd

Complementary Color

#a82dfd #82fd2d

#a82dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82dfd Color CSS Codes

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

#a82dfd Text Font Color

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

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


#a82dfd Background Color

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

This div background color is #a82dfd


#a82dfd Border Color

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

This div border color is #a82dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.