Color Hex Logo

#a7018f Color Hex

#A7018F
(167,1,143)
0 Favorites   0 Comments

Color spaces of #a7018f

RGB 1671143
HSL0.860.990.33
HSV309°99°65°
CMYK 0.000.990.14   0.35
XYZ20.905110.220426.8575
Yxy10.22040.36050.1763
Hunter Lab31.969460.7766-27.4311
CIE-Lab38.235168.0432-31.9203

#a7018f color RGB value is (167,1,143).

#a7018f hex color red value is 167, green value is 1 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a7018f hue: 0.86 , saturation: 0.99 and the lightness value of a7018f is 0.33.

The process color (four color CMYK) of #a7018f color hex is 0.00, 0.99, 0.14, 0.35. Web safe color of #a7018f is #990099. Color #a7018f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000001 10001111
Octal 247 1 217
Decimal 167 1 143
Hex A7 1 8F

RGB Percentages of Color #a7018f

%53.70
%0.32
%45.98

CMYK Percentages of Color #a7018f

%0
%99
%14
%35

Triadic Colors of #a7018f

#a7018f #8fa701 #018fa7

Analogous Colors of #a7018f

#a7018f #a7013c #6c01a7

Monochromatic Colors of #a7018f

#a7018f

Complementary Color

#a7018f #01a719

#a7018f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7018f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7018f Color CSS Codes

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

#a7018f Text Font Color

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

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


#a7018f Background Color

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

This div background color is #a7018f


#a7018f Border Color

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

This div border color is #a7018f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7018f


Comments

No comments written yet.

Please login to write comment.