Color Hex Logo

#a42eaf Color Hex

#A42EAF
(164,46,175)
0 Favorites   0 Comments

Color spaces of #a42eaf

RGB 16446175
HSL0.820.580.43
HSV295°74°69°
CMYK 0.060.740.00   0.31
XYZ24.024712.941641.7892
Yxy12.94160.30510.1643
Hunter Lab35.974456.2519-43.6913
CIE-Lab42.675163.2279-44.1803

#a42eaf color RGB value is (164,46,175).

#a42eaf hex color red value is 164, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a42eaf hue: 0.82 , saturation: 0.58 and the lightness value of a42eaf is 0.43.

The process color (four color CMYK) of #a42eaf color hex is 0.06, 0.74, 0.00, 0.31. Web safe color of #a42eaf is #993399. Color #a42eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101110 10101111
Octal 244 56 257
Decimal 164 46 175
Hex A4 2E AF

RGB Percentages of Color #a42eaf

%42.60
%11.95
%45.45

CMYK Percentages of Color #a42eaf

%6
%74
%0
%31

Triadic Colors of #a42eaf

#a42eaf #afa42e #2eafa4

Analogous Colors of #a42eaf

#a42eaf #af2e7a #632eaf

Monochromatic Colors of #a42eaf

#a42eaf

Complementary Color

#a42eaf #39af2e

#a42eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42eaf Color CSS Codes

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

#a42eaf Text Font Color

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

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


#a42eaf Background Color

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

This div background color is #a42eaf


#a42eaf Border Color

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

This div border color is #a42eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,46,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 #a42eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42eaf


Comments

No comments written yet.

Please login to write comment.