Color Hex Logo

#a772dd Color Hex

#A772DD
(167,114,221)
0 Favorites   0 Comments

Color spaces of #a772dd

RGB 167114221
HSL0.750.610.66
HSV270°48°87°
CMYK 0.240.480.00   0.13
XYZ35.004825.470671.4780
Yxy25.47060.26530.1930
Hunter Lab50.468435.4876-48.6441
CIE-Lab57.531141.4543-47.0427

#a772dd color RGB value is (167,114,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110010 11011101
Octal 247 162 335
Decimal 167 114 221
Hex A7 72 DD

RGB Percentages of Color #a772dd

%33.27
%22.71
%44.02

CMYK Percentages of Color #a772dd

%24
%48
%0
%13

Triadic Colors of #a772dd

#a772dd #dda772 #72dda7

Analogous Colors of #a772dd

#a772dd #dd72dd #7273dd

Monochromatic Colors of #a772dd

#a772dd

Complementary Color

#a772dd #a8dd72

#a772dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a772dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a772dd Color CSS Codes

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

#a772dd Text Font Color

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

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


#a772dd Background Color

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

This div background color is #a772dd


#a772dd Border Color

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

This div border color is #a772dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a772dd


Comments

No comments written yet.

Please login to write comment.