Color Hex Logo

#a41ddb Color Hex

#A41DDB
(164,29,219)
0 Favorites   0 Comments

Color spaces of #a41ddb

RGB 16429219
HSL0.790.770.49
HSV283°87°86°
CMYK 0.250.870.00   0.14
XYZ28.535413.885768.1941
Yxy13.88570.25800.1255
Hunter Lab37.263571.4793-82.4192
CIE-Lab44.068675.8836-67.5501

#a41ddb color RGB value is (164,29,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011101 11011011
Octal 244 35 333
Decimal 164 29 219
Hex A4 1D DB

RGB Percentages of Color #a41ddb

%39.81
%7.04
%53.16

CMYK Percentages of Color #a41ddb

%25
%87
%0
%14

Triadic Colors of #a41ddb

#a41ddb #dba41d #1ddba4

Analogous Colors of #a41ddb

#a41ddb #db1db3 #451ddb

Monochromatic Colors of #a41ddb

#a41ddb

Complementary Color

#a41ddb #54db1d

#a41ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41ddb Color CSS Codes

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

#a41ddb Text Font Color

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

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


#a41ddb Background Color

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

This div background color is #a41ddb


#a41ddb Border Color

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

This div border color is #a41ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41ddb


Comments

No comments written yet.

Please login to write comment.