Color Hex Logo

#a35473 Color Hex

#A35473
(163,84,115)
0 Favorites   0 Comments

Color spaces of #a35473

RGB 16384115
HSL0.930.320.48
HSV336°48°64°
CMYK 0.000.480.29   0.36
XYZ21.369115.365018.0591
Yxy15.36500.39000.2804
Hunter Lab39.198228.71330.1231
CIE-Lab46.130136.2298-2.7650

#a35473 color RGB value is (163,84,115).

#a35473 hex color red value is 163, green value is 84 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #a35473 hue: 0.93 , saturation: 0.32 and the lightness value of a35473 is 0.48.

The process color (four color CMYK) of #a35473 color hex is 0.00, 0.48, 0.29, 0.36. Web safe color of #a35473 is #996666. Color #a35473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010100 01110011
Octal 243 124 163
Decimal 163 84 115
Hex A3 54 73

RGB Percentages of Color #a35473

%45.03
%23.20
%31.77

CMYK Percentages of Color #a35473

%0
%48
%29
%36

Triadic Colors of #a35473

#a35473 #73a354 #5473a3

Analogous Colors of #a35473

#a35473 #a35d54 #a3549b

Monochromatic Colors of #a35473

#a35473

Complementary Color

#a35473 #54a384

#a35473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35473 Color CSS Codes

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

#a35473 Text Font Color

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

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


#a35473 Background Color

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

This div background color is #a35473


#a35473 Border Color

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

This div border color is #a35473


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,84,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a35473; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a35473;
  -webkit-box-shadow: 1px 1px 3px 2px #a35473;
  box-shadow:         1px 1px 3px 2px #a35473; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,84,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35473


Comments

No comments written yet.

Please login to write comment.