Color Hex Logo

#a80cdf Color Hex

#A80CDF
(168,12,223)
0 Favorites   0 Comments

Color spaces of #a80cdf

RGB 16812223
HSL0.790.900.46
HSV284°95°87°
CMYK 0.250.950.00   0.13
XYZ29.599213.915570.9379
Yxy13.91550.25860.1216
Hunter Lab37.303576.3533-86.6360
CIE-Lab44.111579.8083-69.7410

#a80cdf color RGB value is (168,12,223).

#a80cdf hex color red value is 168, green value is 12 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a80cdf hue: 0.79 , saturation: 0.90 and the lightness value of a80cdf is 0.46.

The process color (four color CMYK) of #a80cdf color hex is 0.25, 0.95, 0.00, 0.13. Web safe color of #a80cdf is #9900cc. Color #a80cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001100 11011111
Octal 250 14 337
Decimal 168 12 223
Hex A8 C DF

RGB Percentages of Color #a80cdf

%41.69
%2.98
%55.33

CMYK Percentages of Color #a80cdf

%25
%95
%0
%13

Triadic Colors of #a80cdf

#a80cdf #dfa80c #0cdfa8

Analogous Colors of #a80cdf

#a80cdf #df0cad #3f0cdf

Monochromatic Colors of #a80cdf

#a80cdf

Complementary Color

#a80cdf #43df0c

#a80cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80cdf Color CSS Codes

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

#a80cdf Text Font Color

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

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


#a80cdf Background Color

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

This div background color is #a80cdf


#a80cdf Border Color

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

This div border color is #a80cdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,12,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a80cdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a80cdf;
  -webkit-box-shadow: 1px 1px 3px 2px #a80cdf;
  box-shadow:         1px 1px 3px 2px #a80cdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,12,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80cdf


Comments

No comments written yet.

Please login to write comment.