Color Hex Logo

#a782dd Color Hex

#A782DD
(167,130,221)
0 Favorites   0 Comments

Color spaces of #a782dd

RGB 167130221
HSL0.730.570.69
HSV264°41°87°
CMYK 0.240.410.00   0.13
XYZ36.970129.401272.1331
Yxy29.40120.26690.2123
Hunter Lab54.222926.8144-40.9179
CIE-Lab61.134132.5097-41.3600

#a782dd color RGB value is (167,130,221).

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

The process color (four color CMYK) of #a782dd color hex is 0.24, 0.41, 0.00, 0.13. Web safe color of #a782dd is #9999cc. Color #a782dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000010 11011101
Octal 247 202 335
Decimal 167 130 221
Hex A7 82 DD

RGB Percentages of Color #a782dd

%32.24
%25.10
%42.66

CMYK Percentages of Color #a782dd

%24
%41
%0
%13

Triadic Colors of #a782dd

#a782dd #dda782 #82dda7

Analogous Colors of #a782dd

#a782dd #d582dd #828bdd

Monochromatic Colors of #a782dd

#a782dd

Complementary Color

#a782dd #b8dd82

#a782dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a782dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a782dd Color CSS Codes

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

#a782dd Text Font Color

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

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


#a782dd Background Color

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

This div background color is #a782dd


#a782dd Border Color

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

This div border color is #a782dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a782dd


Comments

No comments written yet.

Please login to write comment.