Color Hex Logo

#a81455 Color Hex

#A81455
(168,20,85)
0 Favorites   0 Comments

Color spaces of #a81455

RGB 1682085
HSL0.930.790.37
HSV334°88°66°
CMYK 0.000.880.49   0.34
XYZ18.03839.48109.4736
Yxy9.48100.48760.2563
Hunter Lab30.791250.68533.3120
CIE-Lab36.894459.34242.5738

#a81455 color RGB value is (168,20,85).

#a81455 hex color red value is 168, green value is 20 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a81455 hue: 0.93 , saturation: 0.79 and the lightness value of a81455 is 0.37.

The process color (four color CMYK) of #a81455 color hex is 0.00, 0.88, 0.49, 0.34. Web safe color of #a81455 is #990066. Color #a81455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010100 01010101
Octal 250 24 125
Decimal 168 20 85
Hex A8 14 55

RGB Percentages of Color #a81455

%61.54
%7.33
%31.14

CMYK Percentages of Color #a81455

%0
%88
%49
%34

Triadic Colors of #a81455

#a81455 #55a814 #1455a8

Analogous Colors of #a81455

#a81455 #a81d14 #a8149f

Monochromatic Colors of #a81455

#a81455

Complementary Color

#a81455 #14a867

#a81455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81455 Color CSS Codes

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

#a81455 Text Font Color

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

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


#a81455 Background Color

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

This div background color is #a81455


#a81455 Border Color

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

This div border color is #a81455


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,20,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81455


Comments

No comments written yet.

Please login to write comment.