color codes Logo

#a70abd color codes

#A70ABD
(167,10,189)
0 Favorites   0 Comments

Color spaces of #a70abd

RGB 16710189
HSL0.810.900.39
HSV293°95°74°
CMYK 0.120.950.00   0.26
XYZ25.230212.106749.1512
Yxy12.10670.29170.1400
Hunter Lab34.794768.5426-59.3972
CIE-Lab41.385273.9895-54.4821

#a70abd color RGB value is (167,10,189).

#a70abd hex color red value is 167, green value is 10 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a70abd hue: 0.81 , saturation: 0.90 and the lightness value of a70abd is 0.39.

The process color (four color CMYK) of #a70abd color code is 0.12, 0.95, 0.00, 0.26. Web safe color of #a70abd is #9900cc. Color #a70abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001010 10111101
Octal 247 12 275
Decimal 167 10 189
Hex A7 A BD

RGB Percentages of Color #a70abd

%45.63
%2.73
%51.64

CMYK Percentages of Color #a70abd

%12
%95
%0
%26

Triadic Colors of #a70abd

#a70abd #bda70a #0abda7

Analogous Colors of #a70abd

#a70abd #bd0a7a #4e0abd

Monochromatic Colors of #a70abd

#a70abd

Complementary Color

#a70abd #20bd0a

#a70abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70abd Color CSS Codes

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

#a70abd Text Font Color

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

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


#a70abd Background Color

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

This div background color is #a70abd


#a70abd Border Color

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

This div border color is #a70abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70abd


Comments

No comments written yet.

Please login to write comment.