Color Hex Logo

#a81fdb Color Hex

#A81FDB
(168,31,219)
0 Favorites   0 Comments

Color spaces of #a81fdb

RGB 16831219
HSL0.790.750.49
HSV284°86°86°
CMYK 0.230.860.00   0.14
XYZ29.424614.419368.2502
Yxy14.41930.26250.1286
Hunter Lab37.972871.8650-79.9838
CIE-Lab44.828476.0507-66.2871

#a81fdb color RGB value is (168,31,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011111 11011011
Octal 250 37 333
Decimal 168 31 219
Hex A8 1F DB

RGB Percentages of Color #a81fdb

%40.19
%7.42
%52.39

CMYK Percentages of Color #a81fdb

%23
%86
%0
%14

Triadic Colors of #a81fdb

#a81fdb #dba81f #1fdba8

Analogous Colors of #a81fdb

#a81fdb #db1fb0 #4a1fdb

Monochromatic Colors of #a81fdb

#a81fdb

Complementary Color

#a81fdb #52db1f

#a81fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81fdb Color CSS Codes

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

#a81fdb Text Font Color

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

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


#a81fdb Background Color

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

This div background color is #a81fdb


#a81fdb Border Color

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

This div border color is #a81fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81fdb


Comments

No comments written yet.

Please login to write comment.