Color Hex Logo

#a3117d Color Hex

#A3117D
(163,17,125)
0 Favorites   0 Comments

Color spaces of #a3117d

RGB 16317125
HSL0.880.810.35
HSV316°90°64°
CMYK 0.000.900.23   0.36
XYZ19.00649.668120.2664
Yxy9.66810.38840.1975
Hunter Lab31.093654.6970-16.8790
CIE-Lab37.240062.9035-22.3988

#a3117d color RGB value is (163,17,125).

#a3117d hex color red value is 163, green value is 17 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a3117d hue: 0.88 , saturation: 0.81 and the lightness value of a3117d is 0.35.

The process color (four color CMYK) of #a3117d color hex is 0.00, 0.90, 0.23, 0.36. Web safe color of #a3117d is #990066. Color #a3117d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010001 01111101
Octal 243 21 175
Decimal 163 17 125
Hex A3 11 7D

RGB Percentages of Color #a3117d

%53.44
%5.57
%40.98

CMYK Percentages of Color #a3117d

%0
%90
%23
%36

Triadic Colors of #a3117d

#a3117d #7da311 #117da3

Analogous Colors of #a3117d

#a3117d #a31134 #8011a3

Monochromatic Colors of #a3117d

#a3117d

Complementary Color

#a3117d #11a337

#a3117d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3117d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3117d Color CSS Codes

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

#a3117d Text Font Color

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

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


#a3117d Background Color

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

This div background color is #a3117d


#a3117d Border Color

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

This div border color is #a3117d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3117d


Comments

No comments written yet.

Please login to write comment.