Color Hex Logo

#a81dda Color Hex

#A81DDA
(168,29,218)
0 Favorites   0 Comments

Color spaces of #a81dda

RGB 16829218
HSL0.790.770.48
HSV284°87°85°
CMYK 0.230.870.00   0.15
XYZ29.242714.265567.5419
Yxy14.26550.26330.1285
Hunter Lab37.769772.1044-79.5869
CIE-Lab44.611376.2878-66.0671

#a81dda color RGB value is (168,29,218).

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

The process color (four color CMYK) of #a81dda color hex is 0.23, 0.87, 0.00, 0.15. Web safe color of #a81dda is #9933cc. Color #a81dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011101 11011010
Octal 250 35 332
Decimal 168 29 218
Hex A8 1D DA

RGB Percentages of Color #a81dda

%40.48
%6.99
%52.53

CMYK Percentages of Color #a81dda

%23
%87
%0
%15

Triadic Colors of #a81dda

#a81dda #daa81d #1ddaa8

Analogous Colors of #a81dda

#a81dda #da1dae #4a1dda

Monochromatic Colors of #a81dda

#a81dda

Complementary Color

#a81dda #4fda1d

#a81dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81dda Color CSS Codes

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

#a81dda Text Font Color

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

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


#a81dda Background Color

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

This div background color is #a81dda


#a81dda Border Color

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

This div border color is #a81dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81dda


Comments

No comments written yet.

Please login to write comment.