Color Hex Logo

#a782df Color Hex

#A782DF
(167,130,223)
0 Favorites   0 Comments

Color spaces of #a782df

RGB 167130223
HSL0.730.590.69
HSV264°42°87°
CMYK 0.250.420.00   0.13
XYZ37.238329.508573.5451
Yxy29.50850.26540.2103
Hunter Lab54.321727.3012-42.2463
CIE-Lab61.227832.9862-42.3287

#a782df color RGB value is (167,130,223).

#a782df hex color red value is 167, green value is 130 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a782df hue: 0.73 , saturation: 0.59 and the lightness value of a782df is 0.69.

The process color (four color CMYK) of #a782df color hex is 0.25, 0.42, 0.00, 0.13. Web safe color of #a782df is #9999cc. Color #a782df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000010 11011111
Octal 247 202 337
Decimal 167 130 223
Hex A7 82 DF

RGB Percentages of Color #a782df

%32.12
%25.00
%42.88

CMYK Percentages of Color #a782df

%25
%42
%0
%13

Triadic Colors of #a782df

#a782df #dfa782 #82dfa7

Analogous Colors of #a782df

#a782df #d682df #828cdf

Monochromatic Colors of #a782df

#a782df

Complementary Color

#a782df #badf82

#a782df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a782df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a782df Color CSS Codes

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

#a782df Text Font Color

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

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


#a782df Background Color

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

This div background color is #a782df


#a782df Border Color

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

This div border color is #a782df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,130,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a782df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a782df;
  -webkit-box-shadow: 1px 1px 3px 2px #a782df;
  box-shadow:         1px 1px 3px 2px #a782df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a782df


Comments

No comments written yet.

Please login to write comment.