Color Hex Logo

#a872ff Color Hex

#A872FF
(168,114,255)
0 Favorites   0 Comments

Color spaces of #a872ff

RGB 168114255
HSL0.731.000.72
HSV263°55°100°
CMYK 0.340.550.00   0.00
XYZ40.215827.579597.8115
Yxy27.57950.24280.1665
Hunter Lab52.516244.7882-73.6664
CIE-Lab59.506949.9061-62.7931

#a872ff color RGB value is (168,114,255).

#a872ff hex color red value is 168, green value is 114 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a872ff hue: 0.73 , saturation: 1.00 and the lightness value of a872ff is 0.72.

The process color (four color CMYK) of #a872ff color hex is 0.34, 0.55, 0.00, 0.00. Web safe color of #a872ff is #9966ff. Color #a872ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110010 11111111
Octal 250 162 377
Decimal 168 114 255
Hex A8 72 FF

RGB Percentages of Color #a872ff

%31.28
%21.23
%47.49

CMYK Percentages of Color #a872ff

%34
%55
%0
%0

Triadic Colors of #a872ff

#a872ff #ffa872 #72ffa8

Analogous Colors of #a872ff

#a872ff #ef72ff #7283ff

Monochromatic Colors of #a872ff

#a872ff

Complementary Color

#a872ff #c9ff72

#a872ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a872ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a872ff Color CSS Codes

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

#a872ff Text Font Color

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

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


#a872ff Background Color

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

This div background color is #a872ff


#a872ff Border Color

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

This div border color is #a872ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a872ff


Comments

No comments written yet.

Please login to write comment.