Color Hex Logo

#a70bdd Color Hex

#A70BDD
(167,11,221)
0 Favorites   0 Comments

Color spaces of #a70bdd

RGB 16711221
HSL0.790.910.45
HSV285°95°87°
CMYK 0.240.950.00   0.13
XYZ29.107213.675369.5121
Yxy13.67530.25920.1218
Hunter Lab36.980175.7828-85.5622
CIE-Lab43.763679.4195-69.1713

#a70bdd color RGB value is (167,11,221).

#a70bdd hex color red value is 167, green value is 11 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a70bdd hue: 0.79 , saturation: 0.91 and the lightness value of a70bdd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001011 11011101
Octal 247 13 335
Decimal 167 11 221
Hex A7 B DD

RGB Percentages of Color #a70bdd

%41.85
%2.76
%55.39

CMYK Percentages of Color #a70bdd

%24
%95
%0
%13

Triadic Colors of #a70bdd

#a70bdd #dda70b #0bdda7

Analogous Colors of #a70bdd

#a70bdd #dd0baa #3e0bdd

Monochromatic Colors of #a70bdd

#a70bdd

Complementary Color

#a70bdd #41dd0b

#a70bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70bdd Color CSS Codes

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

#a70bdd Text Font Color

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

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


#a70bdd Background Color

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

This div background color is #a70bdd


#a70bdd Border Color

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

This div border color is #a70bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70bdd


Comments

No comments written yet.

Please login to write comment.