Color Hex Logo

#a81263 Color Hex

#A81263
(168,18,99)
0 Favorites   0 Comments

Color spaces of #a81263

RGB 1681899
HSL0.910.810.36
HSV328°89°66°
CMYK 0.000.890.41   0.34
XYZ18.61699.658312.6874
Yxy9.65830.45450.2358
Hunter Lab31.077852.5428-2.4505
CIE-Lab37.222060.9699-5.9243

#a81263 color RGB value is (168,18,99).

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

The process color (four color CMYK) of #a81263 color hex is 0.00, 0.89, 0.41, 0.34. Web safe color of #a81263 is #990066. Color #a81263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010010 01100011
Octal 250 22 143
Decimal 168 18 99
Hex A8 12 63

RGB Percentages of Color #a81263

%58.95
%6.32
%34.74

CMYK Percentages of Color #a81263

%0
%89
%41
%34

Triadic Colors of #a81263

#a81263 #63a812 #1263a8

Analogous Colors of #a81263

#a81263 #a81218 #a212a8

Monochromatic Colors of #a81263

#a81263

Complementary Color

#a81263 #12a857

#a81263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81263 Color CSS Codes

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

#a81263 Text Font Color

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

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


#a81263 Background Color

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

This div background color is #a81263


#a81263 Border Color

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

This div border color is #a81263


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,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 #a81263">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81263


Comments

No comments written yet.

Please login to write comment.