Color Hex Logo

#a40b7f Color Hex

#A40B7F
(164,11,127)
0 Favorites   0 Comments

Color spaces of #a40b7f

RGB 16411127
HSL0.870.870.34
HSV315°93°64°
CMYK 0.000.930.23   0.36
XYZ19.26039.664220.9289
Yxy9.66420.38630.1939
Hunter Lab31.087356.1879-18.1547
CIE-Lab37.232964.2305-23.6421

#a40b7f color RGB value is (164,11,127).

#a40b7f hex color red value is 164, green value is 11 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #a40b7f hue: 0.87 , saturation: 0.87 and the lightness value of a40b7f is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001011 01111111
Octal 244 13 177
Decimal 164 11 127
Hex A4 B 7F

RGB Percentages of Color #a40b7f

%54.30
%3.64
%42.05

CMYK Percentages of Color #a40b7f

%0
%93
%23
%36

Triadic Colors of #a40b7f

#a40b7f #7fa40b #0b7fa4

Analogous Colors of #a40b7f

#a40b7f #a40b32 #7d0ba4

Monochromatic Colors of #a40b7f

#a40b7f

Complementary Color

#a40b7f #0ba430

#a40b7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40b7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40b7f Color CSS Codes

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

#a40b7f Text Font Color

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

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


#a40b7f Background Color

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

This div background color is #a40b7f


#a40b7f Border Color

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

This div border color is #a40b7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,11,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a40b7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a40b7f;
  -webkit-box-shadow: 1px 1px 3px 2px #a40b7f;
  box-shadow:         1px 1px 3px 2px #a40b7f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,11,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40b7f


Comments

No comments written yet.

Please login to write comment.