Color Hex Logo

#a85dda Color Hex

#A85DDA
(168,93,218)
0 Favorites   0 Comments

Color spaces of #a85dda

RGB 16893218
HSL0.770.630.61
HSV276°57°85°
CMYK 0.230.570.00   0.15
XYZ32.717721.215568.7003
Yxy21.21550.26680.1730
Hunter Lab46.060346.1872-56.1906
CIE-Lab53.184552.2075-52.2553

#a85dda color RGB value is (168,93,218).

#a85dda hex color red value is 168, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a85dda hue: 0.77 , saturation: 0.63 and the lightness value of a85dda is 0.61.

The process color (four color CMYK) of #a85dda color hex is 0.23, 0.57, 0.00, 0.15. Web safe color of #a85dda is #9966cc. Color #a85dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011101 11011010
Octal 250 135 332
Decimal 168 93 218
Hex A8 5D DA

RGB Percentages of Color #a85dda

%35.07
%19.42
%45.51

CMYK Percentages of Color #a85dda

%23
%57
%0
%15

Triadic Colors of #a85dda

#a85dda #daa85d #5ddaa8

Analogous Colors of #a85dda

#a85dda #da5dce #6a5dda

Monochromatic Colors of #a85dda

#a85dda

Complementary Color

#a85dda #8fda5d

#a85dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85dda Color CSS Codes

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

#a85dda Text Font Color

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

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


#a85dda Background Color

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

This div background color is #a85dda


#a85dda Border Color

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

This div border color is #a85dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,93,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a85dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85dda


Comments

No comments written yet.

Please login to write comment.