Color Hex Logo

#a870ff Color Hex

#A870FF
(168,112,255)
0 Favorites   0 Comments

Color spaces of #a870ff

RGB 168112255
HSL0.731.000.72
HSV263°56°100°
CMYK 0.340.560.00   0.00
XYZ39.992627.133297.7371
Yxy27.13320.24260.1646
Hunter Lab52.089545.8896-74.7849
CIE-Lab59.097450.9755-63.4502

#a870ff color RGB value is (168,112,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110000 11111111
Octal 250 160 377
Decimal 168 112 255
Hex A8 70 FF

RGB Percentages of Color #a870ff

%31.40
%20.93
%47.66

CMYK Percentages of Color #a870ff

%34
%56
%0
%0

Triadic Colors of #a870ff

#a870ff #ffa870 #70ffa8

Analogous Colors of #a870ff

#a870ff #f070ff #7080ff

Monochromatic Colors of #a870ff

#a870ff

Complementary Color

#a870ff #c7ff70

#a870ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a870ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a870ff Color CSS Codes

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

#a870ff Text Font Color

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

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


#a870ff Background Color

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

This div background color is #a870ff


#a870ff Border Color

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

This div border color is #a870ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a870ff

Related Colors


Comments

No comments written yet.

Please login to write comment.