Color Hex Logo

#a41263 Color Hex

#A41263
(164,18,99)
0 Favorites   0 Comments

Color spaces of #a41263

RGB 1641899
HSL0.910.800.36
HSV327°89°64°
CMYK 0.000.890.40   0.36
XYZ17.77839.226012.6482
Yxy9.22600.44840.2327
Hunter Lab30.374351.3222-3.4270
CIE-Lab36.415860.0178-7.2136

#a41263 color RGB value is (164,18,99).

#a41263 hex color red value is 164, green value is 18 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a41263 hue: 0.91 , saturation: 0.80 and the lightness value of a41263 is 0.36.

The process color (four color CMYK) of #a41263 color hex is 0.00, 0.89, 0.40, 0.36. Web safe color of #a41263 is #990066. Color #a41263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010010 01100011
Octal 244 22 143
Decimal 164 18 99
Hex A4 12 63

RGB Percentages of Color #a41263

%58.36
%6.41
%35.23

CMYK Percentages of Color #a41263

%0
%89
%40
%36

Triadic Colors of #a41263

#a41263 #63a412 #1263a4

Analogous Colors of #a41263

#a41263 #a4121a #9c12a4

Monochromatic Colors of #a41263

#a41263

Complementary Color

#a41263 #12a453

#a41263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41263 Color CSS Codes

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

#a41263 Text Font Color

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

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


#a41263 Background Color

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

This div background color is #a41263


#a41263 Border Color

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

This div border color is #a41263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41263


Comments

No comments written yet.

Please login to write comment.