Color Hex Logo

#a70afb Color Hex

#A70AFB
(167,10,251)
0 Favorites   0 Comments

Color spaces of #a70afb

RGB 16710251
HSL0.780.970.51
HSV279°96°98°
CMYK 0.330.960.00   0.02
XYZ33.457515.397692.4754
Yxy15.39760.23670.1089
Hunter Lab39.239883.5271-112.2594
CIE-Lab46.174085.0467-82.2058

#a70afb color RGB value is (167,10,251).

#a70afb hex color red value is 167, green value is 10 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a70afb hue: 0.78 , saturation: 0.97 and the lightness value of a70afb is 0.51.

The process color (four color CMYK) of #a70afb color hex is 0.33, 0.96, 0.00, 0.02. Web safe color of #a70afb is #9900ff. Color #a70afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001010 11111011
Octal 247 12 373
Decimal 167 10 251
Hex A7 A FB

RGB Percentages of Color #a70afb

%39.02
%2.34
%58.64

CMYK Percentages of Color #a70afb

%33
%96
%0
%2

Triadic Colors of #a70afb

#a70afb #fba70a #0afba7

Analogous Colors of #a70afb

#a70afb #fb0ad7 #2e0afb

Monochromatic Colors of #a70afb

#a70afb

Complementary Color

#a70afb #5efb0a

#a70afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70afb Color CSS Codes

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

#a70afb Text Font Color

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

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


#a70afb Background Color

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

This div background color is #a70afb


#a70afb Border Color

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

This div border color is #a70afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70afb


Comments

No comments written yet.

Please login to write comment.