Color Hex Logo

#a870dd Color Hex

#A870DD
(168,112,221)
0 Favorites   0 Comments

Color spaces of #a870dd

RGB 168112221
HSL0.750.620.65
HSV271°49°87°
CMYK 0.240.490.00   0.13
XYZ34.993825.133671.4135
Yxy25.13360.26600.1911
Hunter Lab50.133436.8619-49.3634
CIE-Lab57.205442.8208-47.5520

#a870dd color RGB value is (168,112,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110000 11011101
Octal 250 160 335
Decimal 168 112 221
Hex A8 70 DD

RGB Percentages of Color #a870dd

%33.53
%22.36
%44.11

CMYK Percentages of Color #a870dd

%24
%49
%0
%13

Triadic Colors of #a870dd

#a870dd #dda870 #70dda8

Analogous Colors of #a870dd

#a870dd #dd70dc #7270dd

Monochromatic Colors of #a870dd

#a870dd

Complementary Color

#a870dd #a5dd70

#a870dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a870dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a870dd Color CSS Codes

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

#a870dd Text Font Color

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

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


#a870dd Background Color

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

This div background color is #a870dd


#a870dd Border Color

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

This div border color is #a870dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a870dd


Comments

No comments written yet.

Please login to write comment.