Color Hex Logo

#a70bfd Color Hex

#A70BFD
(167,11,253)
0 Favorites   0 Comments

Color spaces of #a70bfd

RGB 16711253
HSL0.770.980.52
HSV279°96°99°
CMYK 0.340.960.00   0.01
XYZ33.785615.546794.1486
Yxy15.54670.23550.1084
Hunter Lab39.429383.9492-113.9711
CIE-Lab46.374185.3347-82.9964

#a70bfd color RGB value is (167,11,253).

#a70bfd hex color red value is 167, green value is 11 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a70bfd hue: 0.77 , saturation: 0.98 and the lightness value of a70bfd is 0.52.

The process color (four color CMYK) of #a70bfd color hex is 0.34, 0.96, 0.00, 0.01. Web safe color of #a70bfd is #9900ff. Color #a70bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001011 11111101
Octal 247 13 375
Decimal 167 11 253
Hex A7 B FD

RGB Percentages of Color #a70bfd

%38.75
%2.55
%58.70

CMYK Percentages of Color #a70bfd

%34
%96
%0
%1

Triadic Colors of #a70bfd

#a70bfd #fda70b #0bfda7

Analogous Colors of #a70bfd

#a70bfd #fd0bda #2e0bfd

Monochromatic Colors of #a70bfd

#a70bfd

Complementary Color

#a70bfd #61fd0b

#a70bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70bfd Color CSS Codes

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

#a70bfd Text Font Color

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

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


#a70bfd Background Color

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

This div background color is #a70bfd


#a70bfd Border Color

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

This div border color is #a70bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.