Color Hex Logo

#a24daf Color Hex

#A24DAF
(162,77,175)
0 Favorites   0 Comments

Color spaces of #a24daf

RGB 16277175
HSL0.810.390.49
HSV292°56°69°
CMYK 0.070.560.00   0.31
XYZ25.292016.084342.3290
Yxy16.08430.30220.1922
Hunter Lab40.105242.3852-34.5039
CIE-Lab47.084949.6840-37.2004

#a24daf color RGB value is (162,77,175).

#a24daf hex color red value is 162, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a24daf hue: 0.81 , saturation: 0.39 and the lightness value of a24daf is 0.49.

The process color (four color CMYK) of #a24daf color hex is 0.07, 0.56, 0.00, 0.31. Web safe color of #a24daf is #996699. Color #a24daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001101 10101111
Octal 242 115 257
Decimal 162 77 175
Hex A2 4D AF

RGB Percentages of Color #a24daf

%39.13
%18.60
%42.27

CMYK Percentages of Color #a24daf

%7
%56
%0
%31

Triadic Colors of #a24daf

#a24daf #afa24d #4dafa2

Analogous Colors of #a24daf

#a24daf #af4d8b #714daf

Monochromatic Colors of #a24daf

#a24daf

Complementary Color

#a24daf #5aaf4d

#a24daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24daf Color CSS Codes

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

#a24daf Text Font Color

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

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


#a24daf Background Color

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

This div background color is #a24daf


#a24daf Border Color

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

This div border color is #a24daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24daf


Comments

No comments written yet.

Please login to write comment.