Color Hex Logo

#a41dc0 Color Hex

#A41DC0
(164,29,192)
0 Favorites   0 Comments

Color spaces of #a41dc0

RGB 16429192
HSL0.800.740.43
HSV290°85°75°
CMYK 0.150.850.00   0.25
XYZ25.263612.577050.9652
Yxy12.57700.28450.1416
Hunter Lab35.464165.0962-60.3805
CIE-Lab42.118870.9689-55.0819

#a41dc0 color RGB value is (164,29,192).

#a41dc0 hex color red value is 164, green value is 29 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #a41dc0 hue: 0.80 , saturation: 0.74 and the lightness value of a41dc0 is 0.43.

The process color (four color CMYK) of #a41dc0 color hex is 0.15, 0.85, 0.00, 0.25. Web safe color of #a41dc0 is #9933cc. Color #a41dc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011101 11000000
Octal 244 35 300
Decimal 164 29 192
Hex A4 1D C0

RGB Percentages of Color #a41dc0

%42.60
%7.53
%49.87

CMYK Percentages of Color #a41dc0

%15
%85
%0
%25

Triadic Colors of #a41dc0

#a41dc0 #c0a41d #1dc0a4

Analogous Colors of #a41dc0

#a41dc0 #c01d8b #531dc0

Monochromatic Colors of #a41dc0

#a41dc0

Complementary Color

#a41dc0 #39c01d

#a41dc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41dc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41dc0 Color CSS Codes

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

#a41dc0 Text Font Color

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

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


#a41dc0 Background Color

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

This div background color is #a41dc0


#a41dc0 Border Color

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

This div border color is #a41dc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41dc0


Comments

No comments written yet.

Please login to write comment.