color codes Logo

#a7427e color codes

#A7427E
(167,66,126)
0 Favorites   0 Comments

Color spaces of #a7427e

RGB 16766126
HSL0.900.430.46
HSV324°60°65°
CMYK 0.000.600.25   0.35
XYZ21.650513.618321.2261
Yxy13.61830.38320.2411
Hunter Lab36.903040.1434-8.2707
CIE-Lab43.680548.1173-13.0693

#a7427e color RGB value is (167,66,126).

#a7427e hex color red value is 167, green value is 66 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a7427e hue: 0.90 , saturation: 0.43 and the lightness value of a7427e is 0.46.

The process color (four color CMYK) of #a7427e color code is 0.00, 0.60, 0.25, 0.35. Web safe color of #a7427e is #993366. Color #a7427e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000010 01111110
Octal 247 102 176
Decimal 167 66 126
Hex A7 42 7E

RGB Percentages of Color #a7427e

%46.52
%18.38
%35.10

CMYK Percentages of Color #a7427e

%0
%60
%25
%35

Triadic Colors of #a7427e

#a7427e #7ea742 #427ea7

Analogous Colors of #a7427e

#a7427e #a7424c #9e42a7

Monochromatic Colors of #a7427e

#a7427e

Complementary Color

#a7427e #42a76b

#a7427e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7427e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7427e Color CSS Codes

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

#a7427e Text Font Color

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

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


#a7427e Background Color

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

This div background color is #a7427e


#a7427e Border Color

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

This div border color is #a7427e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,66,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7427e


Comments

No comments written yet.

Please login to write comment.