Color Hex Logo

#a710de Color Hex

#A710DE
(167,16,222)
0 Favorites   0 Comments

Color spaces of #a710de

RGB 16716222
HSL0.790.870.47
HSV284°93°87°
CMYK 0.250.930.00   0.13
XYZ29.306513.860070.2379
Yxy13.86000.25840.1222
Hunter Lab37.229075.3635-85.7988
CIE-Lab44.031579.0324-69.3068

#a710de color RGB value is (167,16,222).

#a710de hex color red value is 167, green value is 16 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a710de hue: 0.79 , saturation: 0.87 and the lightness value of a710de is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010000 11011110
Octal 247 20 336
Decimal 167 16 222
Hex A7 10 DE

RGB Percentages of Color #a710de

%41.23
%3.95
%54.81

CMYK Percentages of Color #a710de

%25
%93
%0
%13

Triadic Colors of #a710de

#a710de #dea710 #10dea7

Analogous Colors of #a710de

#a710de #de10ae #4010de

Monochromatic Colors of #a710de

#a710de

Complementary Color

#a710de #47de10

#a710de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a710de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a710de Color CSS Codes

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

#a710de Text Font Color

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

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


#a710de Background Color

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

This div background color is #a710de


#a710de Border Color

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

This div border color is #a710de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,16,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a710de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a710de;
  -webkit-box-shadow: 1px 1px 3px 2px #a710de;
  box-shadow:         1px 1px 3px 2px #a710de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,16,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a710de


Comments

No comments written yet.

Please login to write comment.