Color Hex Logo

#a80fcd Color Hex

#A80FCD
(168,15,205)
0 Favorites   0 Comments

Color spaces of #a80fcd

RGB 16815205
HSL0.800.860.43
HSV288°93°80°
CMYK 0.180.930.00   0.20
XYZ27.338713.074358.8403
Yxy13.07430.27540.1317
Hunter Lab36.158471.6834-71.1713
CIE-Lab42.875076.2811-61.3966

#a80fcd color RGB value is (168,15,205).

#a80fcd hex color red value is 168, green value is 15 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a80fcd hue: 0.80 , saturation: 0.86 and the lightness value of a80fcd is 0.43.

The process color (four color CMYK) of #a80fcd color hex is 0.18, 0.93, 0.00, 0.20. Web safe color of #a80fcd is #9900cc. Color #a80fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001111 11001101
Octal 250 17 315
Decimal 168 15 205
Hex A8 F CD

RGB Percentages of Color #a80fcd

%43.30
%3.87
%52.84

CMYK Percentages of Color #a80fcd

%18
%93
%0
%20

Triadic Colors of #a80fcd

#a80fcd #cda80f #0fcda8

Analogous Colors of #a80fcd

#a80fcd #cd0f93 #490fcd

Monochromatic Colors of #a80fcd

#a80fcd

Complementary Color

#a80fcd #34cd0f

#a80fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80fcd Color CSS Codes

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

#a80fcd Text Font Color

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

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


#a80fcd Background Color

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

This div background color is #a80fcd


#a80fcd Border Color

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

This div border color is #a80fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80fcd


Comments

No comments written yet.

Please login to write comment.