Color Hex Logo

#a15ddb Color Hex

#A15DDB
(161,93,219)
0 Favorites   0 Comments

Color spaces of #a15ddb

RGB 16193219
HSL0.760.640.61
HSV272°58°86°
CMYK 0.260.580.00   0.14
XYZ31.398520.520269.3238
Yxy20.52020.25900.1692
Hunter Lab45.299244.4510-59.0252
CIE-Lab52.420350.7270-54.0903

#a15ddb color RGB value is (161,93,219).

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

The process color (four color CMYK) of #a15ddb color hex is 0.26, 0.58, 0.00, 0.14. Web safe color of #a15ddb is #9966cc. Color #a15ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011101 11011011
Octal 241 135 333
Decimal 161 93 219
Hex A1 5D DB

RGB Percentages of Color #a15ddb

%34.04
%19.66
%46.30

CMYK Percentages of Color #a15ddb

%26
%58
%0
%14

Triadic Colors of #a15ddb

#a15ddb #dba15d #5ddba1

Analogous Colors of #a15ddb

#a15ddb #db5dd6 #625ddb

Monochromatic Colors of #a15ddb

#a15ddb

Complementary Color

#a15ddb #97db5d

#a15ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15ddb Color CSS Codes

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

#a15ddb Text Font Color

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

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


#a15ddb Background Color

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

This div background color is #a15ddb


#a15ddb Border Color

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

This div border color is #a15ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15ddb


Comments

No comments written yet.

Please login to write comment.