Color Hex Logo

#a82fda Color Hex

#A82FDA
(168,47,218)
0 Favorites   0 Comments

Color spaces of #a82fda

RGB 16847218
HSL0.780.700.52
HSV282°78°85°
CMYK 0.230.780.00   0.15
XYZ29.819915.419867.7343
Yxy15.41980.26400.1365
Hunter Lab39.268166.8326-74.7829
CIE-Lab46.203971.6296-63.4831

#a82fda color RGB value is (168,47,218).

#a82fda hex color red value is 168, green value is 47 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a82fda hue: 0.78 , saturation: 0.70 and the lightness value of a82fda is 0.52.

The process color (four color CMYK) of #a82fda color hex is 0.23, 0.78, 0.00, 0.15. Web safe color of #a82fda is #9933cc. Color #a82fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101111 11011010
Octal 250 57 332
Decimal 168 47 218
Hex A8 2F DA

RGB Percentages of Color #a82fda

%38.80
%10.85
%50.35

CMYK Percentages of Color #a82fda

%23
%78
%0
%15

Triadic Colors of #a82fda

#a82fda #daa82f #2fdaa8

Analogous Colors of #a82fda

#a82fda #da2fb7 #532fda

Monochromatic Colors of #a82fda

#a82fda

Complementary Color

#a82fda #61da2f

#a82fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82fda Color CSS Codes

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

#a82fda Text Font Color

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

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


#a82fda Background Color

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

This div background color is #a82fda


#a82fda Border Color

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

This div border color is #a82fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,47,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82fda


Comments

No comments written yet.

Please login to write comment.