Color Hex Logo

#a70dde Color Hex

#A70DDE
(167,13,222)
0 Favorites   0 Comments

Color spaces of #a70dde

RGB 16713222
HSL0.790.890.46
HSV284°94°87°
CMYK 0.250.940.00   0.13
XYZ29.265113.777370.2241
Yxy13.77730.25840.1216
Hunter Lab37.117875.7802-86.1898
CIE-Lab43.911879.3889-69.5017

#a70dde color RGB value is (167,13,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001101 11011110
Octal 247 15 336
Decimal 167 13 222
Hex A7 D DE

RGB Percentages of Color #a70dde

%41.54
%3.23
%55.22

CMYK Percentages of Color #a70dde

%25
%94
%0
%13

Triadic Colors of #a70dde

#a70dde #dea70d #0ddea7

Analogous Colors of #a70dde

#a70dde #de0dad #3e0dde

Monochromatic Colors of #a70dde

#a70dde

Complementary Color

#a70dde #44de0d

#a70dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70dde Color CSS Codes

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

#a70dde Text Font Color

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

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


#a70dde Background Color

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

This div background color is #a70dde


#a70dde Border Color

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

This div border color is #a70dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70dde


Comments

No comments written yet.

Please login to write comment.