Color Hex Logo

#a15ddf Color Hex

#A15DDF
(161,93,223)
0 Favorites   0 Comments

Color spaces of #a15ddf

RGB 16193223
HSL0.750.670.62
HSV271°58°87°
CMYK 0.280.580.00   0.13
XYZ31.931620.733572.1310
Yxy20.73350.25590.1661
Hunter Lab45.534145.4918-62.0481
CIE-Lab52.656651.6539-55.9747

#a15ddf color RGB value is (161,93,223).

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

The process color (four color CMYK) of #a15ddf color hex is 0.28, 0.58, 0.00, 0.13. Web safe color of #a15ddf is #9966cc. Color #a15ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011101 11011111
Octal 241 135 337
Decimal 161 93 223
Hex A1 5D DF

RGB Percentages of Color #a15ddf

%33.75
%19.50
%46.75

CMYK Percentages of Color #a15ddf

%28
%58
%0
%13

Triadic Colors of #a15ddf

#a15ddf #dfa15d #5ddfa1

Analogous Colors of #a15ddf

#a15ddf #df5ddc #605ddf

Monochromatic Colors of #a15ddf

#a15ddf

Complementary Color

#a15ddf #9bdf5d

#a15ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15ddf Color CSS Codes

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

#a15ddf Text Font Color

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

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


#a15ddf Background Color

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

This div background color is #a15ddf


#a15ddf Border Color

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

This div border color is #a15ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15ddf


Comments

No comments written yet.

Please login to write comment.