Color Hex Logo

#a704f7 Color Hex

#A704F7
(167,4,247)
0 Favorites   0 Comments

Color spaces of #a704f7

RGB 1674247
HSL0.780.970.49
HSV280°98°97°
CMYK 0.320.980.00   0.03
XYZ32.768315.017789.1673
Yxy15.01770.23930.1097
Hunter Lab38.752783.1180-109.2954
CIE-Lab45.658484.8282-80.8088

#a704f7 color RGB value is (167,4,247).

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

The process color (four color CMYK) of #a704f7 color hex is 0.32, 0.98, 0.00, 0.03. Web safe color of #a704f7 is #9900ff. Color #a704f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000100 11110111
Octal 247 4 367
Decimal 167 4 247
Hex A7 4 F7

RGB Percentages of Color #a704f7

%39.95
%0.96
%59.09

CMYK Percentages of Color #a704f7

%32
%98
%0
%3

Triadic Colors of #a704f7

#a704f7 #f7a704 #04f7a7

Analogous Colors of #a704f7

#a704f7 #f704ce #2d04f7

Monochromatic Colors of #a704f7

#a704f7

Complementary Color

#a704f7 #54f704

#a704f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a704f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a704f7 Color CSS Codes

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

#a704f7 Text Font Color

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

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


#a704f7 Background Color

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

This div background color is #a704f7


#a704f7 Border Color

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

This div border color is #a704f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a704f7


Comments

No comments written yet.

Please login to write comment.