Color Hex Logo

#a707fd Color Hex

#A707FD
(167,7,253)
0 Favorites   0 Comments

Color spaces of #a707fd

RGB 1677253
HSL0.780.980.51
HSV279°97°99°
CMYK 0.340.970.00   0.01
XYZ33.742015.459394.1340
Yxy15.45930.23540.1079
Hunter Lab39.318384.3772-114.4264
CIE-Lab46.257085.6871-83.1884

#a707fd color RGB value is (167,7,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000111 11111101
Octal 247 7 375
Decimal 167 7 253
Hex A7 7 FD

RGB Percentages of Color #a707fd

%39.11
%1.64
%59.25

CMYK Percentages of Color #a707fd

%34
%97
%0
%1

Triadic Colors of #a707fd

#a707fd #fda707 #07fda7

Analogous Colors of #a707fd

#a707fd #fd07d8 #2c07fd

Monochromatic Colors of #a707fd

#a707fd

Complementary Color

#a707fd #5dfd07

#a707fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a707fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a707fd Color CSS Codes

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

#a707fd Text Font Color

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

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


#a707fd Background Color

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

This div background color is #a707fd


#a707fd Border Color

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

This div border color is #a707fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a707fd

Related Colors


Comments

No comments written yet.

Please login to write comment.