Color Hex Logo

#a41ccf Color Hex

#A41CCF
(164,28,207)
0 Favorites   0 Comments

Color spaces of #a41ccf

RGB 16428207
HSL0.790.760.46
HSV286°86°81°
CMYK 0.210.860.00   0.19
XYZ26.987613.228060.1623
Yxy13.22800.26890.1318
Hunter Lab36.370368.8030-72.6159
CIE-Lab43.104873.8715-62.2114

#a41ccf color RGB value is (164,28,207).

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

The process color (four color CMYK) of #a41ccf color hex is 0.21, 0.86, 0.00, 0.19. Web safe color of #a41ccf is #9933cc. Color #a41ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011100 11001111
Octal 244 34 317
Decimal 164 28 207
Hex A4 1C CF

RGB Percentages of Color #a41ccf

%41.10
%7.02
%51.88

CMYK Percentages of Color #a41ccf

%21
%86
%0
%19

Triadic Colors of #a41ccf

#a41ccf #cfa41c #1ccfa4

Analogous Colors of #a41ccf

#a41ccf #cf1ca1 #4a1ccf

Monochromatic Colors of #a41ccf

#a41ccf

Complementary Color

#a41ccf #47cf1c

#a41ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41ccf Color CSS Codes

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

#a41ccf Text Font Color

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

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


#a41ccf Background Color

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

This div background color is #a41ccf


#a41ccf Border Color

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

This div border color is #a41ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41ccf


Comments

No comments written yet.

Please login to write comment.