color codes Logo

#a41daf color codes

#A41DAF
(164,29,175)
0 Favorites   0 Comments

Color spaces of #a41daf

RGB 16429175
HSL0.820.720.40
HSV295°83°69°
CMYK 0.060.830.00   0.31
XYZ23.487111.866441.6100
Yxy11.86640.30520.1542
Hunter Lab34.447661.4215-47.5042
CIE-Lab41.003068.0594-46.8552

#a41daf color RGB value is (164,29,175).

#a41daf hex color red value is 164, green value is 29 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a41daf hue: 0.82 , saturation: 0.72 and the lightness value of a41daf is 0.40.

The process color (four color CMYK) of #a41daf color code is 0.06, 0.83, 0.00, 0.31. Web safe color of #a41daf is #993399. Color #a41daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011101 10101111
Octal 244 35 257
Decimal 164 29 175
Hex A4 1D AF

RGB Percentages of Color #a41daf

%44.57
%7.88
%47.55

CMYK Percentages of Color #a41daf

%6
%83
%0
%31

Triadic Colors of #a41daf

#a41daf #afa41d #1dafa4

Analogous Colors of #a41daf

#a41daf #af1d71 #5b1daf

Monochromatic Colors of #a41daf

#a41daf

Complementary Color

#a41daf #28af1d

#a41daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41daf Color CSS Codes

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

#a41daf Text Font Color

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

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


#a41daf Background Color

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

This div background color is #a41daf


#a41daf Border Color

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

This div border color is #a41daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,29,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41daf


Comments

No comments written yet.

Please login to write comment.