Color Hex Logo

#a15fdd Color Hex

#A15FDD
(161,95,221)
0 Favorites   0 Comments

Color spaces of #a15fdd

RGB 16195221
HSL0.750.650.62
HSV271°57°87°
CMYK 0.270.570.00   0.13
XYZ31.841320.981970.7783
Yxy20.98190.25760.1698
Hunter Lab45.806043.9209-59.5492
CIE-Lab52.929750.1488-54.4071

#a15fdd color RGB value is (161,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011111 11011101
Octal 241 137 335
Decimal 161 95 221
Hex A1 5F DD

RGB Percentages of Color #a15fdd

%33.75
%19.92
%46.33

CMYK Percentages of Color #a15fdd

%27
%57
%0
%13

Triadic Colors of #a15fdd

#a15fdd #dda15f #5fdda1

Analogous Colors of #a15fdd

#a15fdd #dd5fda #625fdd

Monochromatic Colors of #a15fdd

#a15fdd

Complementary Color

#a15fdd #9bdd5f

#a15fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15fdd Color CSS Codes

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

#a15fdd Text Font Color

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

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


#a15fdd Background Color

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

This div background color is #a15fdd


#a15fdd Border Color

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

This div border color is #a15fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15fdd


Comments

No comments written yet.

Please login to write comment.