Color Hex Logo

#a742af Color Hex

#A742AF
(167,66,175)
0 Favorites   0 Comments

Color spaces of #a742af

RGB 16766175
HSL0.820.450.47
HSV296°62°69°
CMYK 0.050.620.00   0.31
XYZ25.622415.207142.1422
Yxy15.20710.30880.1833
Hunter Lab38.996349.0394-36.7757
CIE-Lab45.916656.1143-38.9997

#a742af color RGB value is (167,66,175).

#a742af hex color red value is 167, green value is 66 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a742af hue: 0.82 , saturation: 0.45 and the lightness value of a742af is 0.47.

The process color (four color CMYK) of #a742af color hex is 0.05, 0.62, 0.00, 0.31. Web safe color of #a742af is #993399. Color #a742af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000010 10101111
Octal 247 102 257
Decimal 167 66 175
Hex A7 42 AF

RGB Percentages of Color #a742af

%40.93
%16.18
%42.89

CMYK Percentages of Color #a742af

%5
%62
%0
%31

Triadic Colors of #a742af

#a742af #afa742 #42afa7

Analogous Colors of #a742af

#a742af #af4281 #7142af

Monochromatic Colors of #a742af

#a742af

Complementary Color

#a742af #4aaf42

#a742af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a742af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a742af Color CSS Codes

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

#a742af Text Font Color

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

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


#a742af Background Color

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

This div background color is #a742af


#a742af Border Color

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

This div border color is #a742af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a742af


Comments

No comments written yet.

Please login to write comment.