Color Hex Logo

#a423af Color Hex

#A423AF
(164,35,175)
0 Favorites   0 Comments

Color spaces of #a423af

RGB 16435175
HSL0.820.670.41
HSV295°80°69°
CMYK 0.060.800.00   0.31
XYZ23.648712.189741.6639
Yxy12.18970.30510.1573
Hunter Lab34.913859.8073-46.3134
CIE-Lab41.516066.5660-46.0333

#a423af color RGB value is (164,35,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100011 10101111
Octal 244 43 257
Decimal 164 35 175
Hex A4 23 AF

RGB Percentages of Color #a423af

%43.85
%9.36
%46.79

CMYK Percentages of Color #a423af

%6
%80
%0
%31

Triadic Colors of #a423af

#a423af #afa423 #23afa4

Analogous Colors of #a423af

#a423af #af2374 #5e23af

Monochromatic Colors of #a423af

#a423af

Complementary Color

#a423af #2eaf23

#a423af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a423af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a423af Color CSS Codes

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

#a423af Text Font Color

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

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


#a423af Background Color

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

This div background color is #a423af


#a423af Border Color

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

This div border color is #a423af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a423af


Comments

No comments written yet.

Please login to write comment.