Color Hex Logo

#a771dd Color Hex

#A771DD
(167,113,221)
0 Favorites   0 Comments

Color spaces of #a771dd

RGB 167113221
HSL0.750.610.65
HSV270°49°87°
CMYK 0.240.490.00   0.13
XYZ34.892625.246271.4406
Yxy25.24620.26520.1919
Hunter Lab50.245636.0279-49.1283
CIE-Lab57.314542.0045-47.3857

#a771dd color RGB value is (167,113,221).

#a771dd hex color red value is 167, green value is 113 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a771dd hue: 0.75 , saturation: 0.61 and the lightness value of a771dd is 0.65.

The process color (four color CMYK) of #a771dd color hex is 0.24, 0.49, 0.00, 0.13. Web safe color of #a771dd is #9966cc. Color #a771dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110001 11011101
Octal 247 161 335
Decimal 167 113 221
Hex A7 71 DD

RGB Percentages of Color #a771dd

%33.33
%22.55
%44.11

CMYK Percentages of Color #a771dd

%24
%49
%0
%13

Triadic Colors of #a771dd

#a771dd #dda771 #71dda7

Analogous Colors of #a771dd

#a771dd #dd71dd #7171dd

Monochromatic Colors of #a771dd

#a771dd

Complementary Color

#a771dd #a7dd71

#a771dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a771dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a771dd Color CSS Codes

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

#a771dd Text Font Color

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

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


#a771dd Background Color

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

This div background color is #a771dd


#a771dd Border Color

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

This div border color is #a771dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a771dd


Comments

No comments written yet.

Please login to write comment.