Color Hex Logo

#a41fcc Color Hex

#A41FCC
(164,31,204)
0 Favorites   0 Comments

Color spaces of #a41fcc

RGB 16431204
HSL0.790.740.46
HSV286°85°80°
CMYK 0.200.850.00   0.20
XYZ26.698913.232158.2736
Yxy13.23210.27190.1347
Hunter Lab36.376067.3559-69.5183
CIE-Lab43.110972.6692-60.4652

#a41fcc color RGB value is (164,31,204).

#a41fcc hex color red value is 164, green value is 31 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a41fcc hue: 0.79 , saturation: 0.74 and the lightness value of a41fcc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011111 11001100
Octal 244 37 314
Decimal 164 31 204
Hex A4 1F CC

RGB Percentages of Color #a41fcc

%41.10
%7.77
%51.13

CMYK Percentages of Color #a41fcc

%20
%85
%0
%20

Triadic Colors of #a41fcc

#a41fcc #cca41f #1fcca4

Analogous Colors of #a41fcc

#a41fcc #cc1f9e #4e1fcc

Monochromatic Colors of #a41fcc

#a41fcc

Complementary Color

#a41fcc #47cc1f

#a41fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41fcc Color CSS Codes

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

#a41fcc Text Font Color

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

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


#a41fcc Background Color

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

This div background color is #a41fcc


#a41fcc Border Color

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

This div border color is #a41fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41fcc


Comments

No comments written yet.

Please login to write comment.