Color Hex Logo

#a85fdd Color Hex

#A85FDD
(168,95,221)
0 Favorites   0 Comments

Color spaces of #a85fdd

RGB 16895221
HSL0.760.650.62
HSV275°57°87°
CMYK 0.240.570.00   0.13
XYZ33.291821.729770.8462
Yxy21.72970.26450.1726
Hunter Lab46.615145.9055-57.4790
CIE-Lab53.739051.8552-53.0670

#a85fdd color RGB value is (168,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011111 11011101
Octal 250 137 335
Decimal 168 95 221
Hex A8 5F DD

RGB Percentages of Color #a85fdd

%34.71
%19.63
%45.66

CMYK Percentages of Color #a85fdd

%24
%57
%0
%13

Triadic Colors of #a85fdd

#a85fdd #dda85f #5fdda8

Analogous Colors of #a85fdd

#a85fdd #dd5fd3 #695fdd

Monochromatic Colors of #a85fdd

#a85fdd

Complementary Color

#a85fdd #94dd5f

#a85fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85fdd Color CSS Codes

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

#a85fdd Text Font Color

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

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


#a85fdd Background Color

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

This div background color is #a85fdd


#a85fdd Border Color

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

This div border color is #a85fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85fdd


Comments

No comments written yet.

Please login to write comment.