Color Hex Logo

#a54671 Color Hex

#A54671
(165,70,113)
0 Favorites   0 Comments

Color spaces of #a54671

RGB 16570113
HSL0.920.400.46
HSV333°58°65°
CMYK 0.000.580.32   0.35
XYZ20.687813.571917.1521
Yxy13.57190.40240.2640
Hunter Lab36.840135.7679-1.8164
CIE-Lab43.612643.8150-5.2342

#a54671 color RGB value is (165,70,113).

#a54671 hex color red value is 165, green value is 70 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a54671 hue: 0.92 , saturation: 0.40 and the lightness value of a54671 is 0.46.

The process color (four color CMYK) of #a54671 color hex is 0.00, 0.58, 0.32, 0.35. Web safe color of #a54671 is #993366. Color #a54671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000110 01110001
Octal 245 106 161
Decimal 165 70 113
Hex A5 46 71

RGB Percentages of Color #a54671

%47.41
%20.11
%32.47

CMYK Percentages of Color #a54671

%0
%58
%32
%35

Triadic Colors of #a54671

#a54671 #71a546 #4671a5

Analogous Colors of #a54671

#a54671 #a54b46 #a546a1

Monochromatic Colors of #a54671

#a54671

Complementary Color

#a54671 #46a57a

#a54671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54671 Color CSS Codes

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

#a54671 Text Font Color

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

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


#a54671 Background Color

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

This div background color is #a54671


#a54671 Border Color

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

This div border color is #a54671


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,70,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a54671; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a54671;
  -webkit-box-shadow: 1px 1px 3px 2px #a54671;
  box-shadow:         1px 1px 3px 2px #a54671; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,70,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54671


Comments

No comments written yet.

Please login to write comment.