Color Hex Logo

#a71455 Color Hex

#A71455
(167,20,85)
0 Favorites   0 Comments

Color spaces of #a71455

RGB 1672085
HSL0.930.790.37
HSV333°88°65°
CMYK 0.000.880.49   0.35
XYZ17.82629.37179.4637
Yxy9.37170.48620.2556
Hunter Lab30.613250.36813.1005
CIE-Lab36.690359.09132.2529

#a71455 color RGB value is (167,20,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010100 01010101
Octal 247 24 125
Decimal 167 20 85
Hex A7 14 55

RGB Percentages of Color #a71455

%61.40
%7.35
%31.25

CMYK Percentages of Color #a71455

%0
%88
%49
%35

Triadic Colors of #a71455

#a71455 #55a714 #1455a7

Analogous Colors of #a71455

#a71455 #a71d14 #a7149f

Monochromatic Colors of #a71455

#a71455

Complementary Color

#a71455 #14a766

#a71455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71455 Color CSS Codes

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

#a71455 Text Font Color

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

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


#a71455 Background Color

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

This div background color is #a71455


#a71455 Border Color

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

This div border color is #a71455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71455


Comments

No comments written yet.

Please login to write comment.