Color Hex Logo

#a865dd Color Hex

#A865DD
(168,101,221)
0 Favorites   0 Comments

Color spaces of #a865dd

RGB 168101221
HSL0.760.640.63
HSV274°54°87°
CMYK 0.240.540.00   0.13
XYZ33.853322.852671.0334
Yxy22.85260.26500.1789
Hunter Lab47.804442.7494-54.6370
CIE-Lab54.920248.7344-51.1831

#a865dd color RGB value is (168,101,221).

#a865dd hex color red value is 168, green value is 101 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a865dd hue: 0.76 , saturation: 0.64 and the lightness value of a865dd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100101 11011101
Octal 250 145 335
Decimal 168 101 221
Hex A8 65 DD

RGB Percentages of Color #a865dd

%34.29
%20.61
%45.10

CMYK Percentages of Color #a865dd

%24
%54
%0
%13

Triadic Colors of #a865dd

#a865dd #dda865 #65dda8

Analogous Colors of #a865dd

#a865dd #dd65d6 #6c65dd

Monochromatic Colors of #a865dd

#a865dd

Complementary Color

#a865dd #9add65

#a865dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a865dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a865dd Color CSS Codes

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

#a865dd Text Font Color

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

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


#a865dd Background Color

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

This div background color is #a865dd


#a865dd Border Color

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

This div border color is #a865dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a865dd


Comments

No comments written yet.

Please login to write comment.