Color Hex Logo

#a024cf Color Hex

#A024CF
(160,36,207)
0 Favorites   0 Comments

Color spaces of #a024cf

RGB 16036207
HSL0.790.700.48
HSV284°83°81°
CMYK 0.230.830.00   0.19
XYZ26.390613.240360.1962
Yxy13.24030.26440.1326
Hunter Lab36.387265.7832-72.6137
CIE-Lab43.123171.3512-62.2106

#a024cf color RGB value is (160,36,207).

#a024cf hex color red value is 160, green value is 36 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a024cf hue: 0.79 , saturation: 0.70 and the lightness value of a024cf is 0.48.

The process color (four color CMYK) of #a024cf color hex is 0.23, 0.83, 0.00, 0.19. Web safe color of #a024cf is #9933cc. Color #a024cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100100 11001111
Octal 240 44 317
Decimal 160 36 207
Hex A0 24 CF

RGB Percentages of Color #a024cf

%39.70
%8.93
%51.36

CMYK Percentages of Color #a024cf

%23
%83
%0
%19

Triadic Colors of #a024cf

#a024cf #cfa024 #24cfa0

Analogous Colors of #a024cf

#a024cf #cf24a9 #4a24cf

Monochromatic Colors of #a024cf

#a024cf

Complementary Color

#a024cf #53cf24

#a024cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a024cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a024cf Color CSS Codes

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

#a024cf Text Font Color

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

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


#a024cf Background Color

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

This div background color is #a024cf


#a024cf Border Color

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

This div border color is #a024cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,36,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a024cf


Comments

No comments written yet.

Please login to write comment.