color codes Logo

#a15dda color codes

#A15DDA
(161,93,218)
0 Favorites   0 Comments

Color spaces of #a15dda

RGB 16193218
HSL0.760.630.61
HSV273°57°85°
CMYK 0.260.570.00   0.15
XYZ31.267220.467768.6324
Yxy20.46770.25980.1700
Hunter Lab45.241244.1930-58.2759
CIE-Lab52.361950.4963-53.6171

#a15dda color RGB value is (161,93,218).

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

The process color (four color CMYK) of #a15dda color code is 0.26, 0.57, 0.00, 0.15. Web safe color of #a15dda is #9966cc. Color #a15dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011101 11011010
Octal 241 135 332
Decimal 161 93 218
Hex A1 5D DA

RGB Percentages of Color #a15dda

%34.11
%19.70
%46.19

CMYK Percentages of Color #a15dda

%26
%57
%0
%15

Triadic Colors of #a15dda

#a15dda #daa15d #5ddaa1

Analogous Colors of #a15dda

#a15dda #da5dd5 #635dda

Monochromatic Colors of #a15dda

#a15dda

Complementary Color

#a15dda #96da5d

#a15dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15dda Color CSS Codes

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

#a15dda Text Font Color

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

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


#a15dda Background Color

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

This div background color is #a15dda


#a15dda Border Color

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

This div border color is #a15dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15dda


Comments

No comments written yet.

Please login to write comment.