Color Hex Logo

#a70dba Color Hex

#A70DBA
(167,13,186)
0 Favorites   0 Comments

Color spaces of #a70dba

RGB 16713186
HSL0.820.870.39
HSV293°93°73°
CMYK 0.100.930.00   0.27
XYZ24.943212.048547.4653
Yxy12.04850.29530.1427
Hunter Lab34.710967.5255-56.7781
CIE-Lab41.293173.1634-52.8663

#a70dba color RGB value is (167,13,186).

#a70dba hex color red value is 167, green value is 13 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a70dba hue: 0.82 , saturation: 0.87 and the lightness value of a70dba is 0.39.

The process color (four color CMYK) of #a70dba color hex is 0.10, 0.93, 0.00, 0.27. Web safe color of #a70dba is #9900cc. Color #a70dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001101 10111010
Octal 247 15 272
Decimal 167 13 186
Hex A7 D BA

RGB Percentages of Color #a70dba

%45.63
%3.55
%50.82

CMYK Percentages of Color #a70dba

%10
%93
%0
%27

Triadic Colors of #a70dba

#a70dba #baa70d #0dbaa7

Analogous Colors of #a70dba

#a70dba #ba0d77 #500dba

Monochromatic Colors of #a70dba

#a70dba

Complementary Color

#a70dba #20ba0d

#a70dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70dba Color CSS Codes

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

#a70dba Text Font Color

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

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


#a70dba Background Color

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

This div background color is #a70dba


#a70dba Border Color

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

This div border color is #a70dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70dba


Comments

No comments written yet.

Please login to write comment.