Color Hex Logo

#a81ddb Color Hex

#A81DDB
(168,29,219)
0 Favorites   0 Comments

Color spaces of #a81ddb

RGB 16829219
HSL0.790.770.49
HSV284°87°86°
CMYK 0.230.870.00   0.14
XYZ29.374014.318068.2333
Yxy14.31800.26240.1279
Hunter Lab37.839172.3486-80.4271
CIE-Lab44.685676.4722-66.5191

#a81ddb color RGB value is (168,29,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011101 11011011
Octal 250 35 333
Decimal 168 29 219
Hex A8 1D DB

RGB Percentages of Color #a81ddb

%40.38
%6.97
%52.64

CMYK Percentages of Color #a81ddb

%23
%87
%0
%14

Triadic Colors of #a81ddb

#a81ddb #dba81d #1ddba8

Analogous Colors of #a81ddb

#a81ddb #db1daf #491ddb

Monochromatic Colors of #a81ddb

#a81ddb

Complementary Color

#a81ddb #50db1d

#a81ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81ddb Color CSS Codes

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

#a81ddb Text Font Color

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

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


#a81ddb Background Color

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

This div background color is #a81ddb


#a81ddb Border Color

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

This div border color is #a81ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81ddb


Comments

No comments written yet.

Please login to write comment.