Color Hex Logo

#a70bde Color Hex

#A70BDE
(167,11,222)
0 Favorites   0 Comments

Color spaces of #a70bde

RGB 16711222
HSL0.790.910.46
HSV284°95°87°
CMYK 0.250.950.00   0.13
XYZ29.240813.728870.2160
Yxy13.72880.25830.1213
Hunter Lab37.052476.0259-86.4206
CIE-Lab43.841579.5988-69.6164

#a70bde color RGB value is (167,11,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001011 11011110
Octal 247 13 336
Decimal 167 11 222
Hex A7 B DE

RGB Percentages of Color #a70bde

%41.75
%2.75
%55.50

CMYK Percentages of Color #a70bde

%25
%95
%0
%13

Triadic Colors of #a70bde

#a70bde #dea70b #0bdea7

Analogous Colors of #a70bde

#a70bde #de0bac #3e0bde

Monochromatic Colors of #a70bde

#a70bde

Complementary Color

#a70bde #42de0b

#a70bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70bde Color CSS Codes

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

#a70bde Text Font Color

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

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


#a70bde Background Color

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

This div background color is #a70bde


#a70bde Border Color

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

This div border color is #a70bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70bde


Comments

No comments written yet.

Please login to write comment.