Color Hex Logo

#a023af Color Hex

#A023AF
(160,35,175)
0 Favorites   0 Comments

Color spaces of #a023af

RGB 16035175
HSL0.820.670.41
HSV294°80°69°
CMYK 0.090.800.00   0.31
XYZ22.836111.770841.6258
Yxy11.77080.29960.1544
Hunter Lab34.308658.7711-47.9191
CIE-Lab40.849565.7950-47.1382

#a023af color RGB value is (160,35,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100011 10101111
Octal 240 43 257
Decimal 160 35 175
Hex A0 23 AF

RGB Percentages of Color #a023af

%43.24
%9.46
%47.30

CMYK Percentages of Color #a023af

%9
%80
%0
%31

Triadic Colors of #a023af

#a023af #afa023 #23afa0

Analogous Colors of #a023af

#a023af #af2378 #5a23af

Monochromatic Colors of #a023af

#a023af

Complementary Color

#a023af #32af23

#a023af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a023af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a023af Color CSS Codes

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

#a023af Text Font Color

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

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


#a023af Background Color

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

This div background color is #a023af


#a023af Border Color

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

This div border color is #a023af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a023af


Comments

No comments written yet.

Please login to write comment.