Color Hex Logo

#a70fca Color Hex

#A70FCA
(167,15,202)
0 Favorites   0 Comments

Color spaces of #a70fca

RGB 16715202
HSL0.800.860.43
HSV289°93°79°
CMYK 0.170.930.00   0.21
XYZ26.767812.821456.9411
Yxy12.82140.27730.1328
Hunter Lab35.807070.7769-69.2195
CIE-Lab42.492975.6144-60.2835

#a70fca color RGB value is (167,15,202).

#a70fca hex color red value is 167, green value is 15 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a70fca hue: 0.80 , saturation: 0.86 and the lightness value of a70fca is 0.43.

The process color (four color CMYK) of #a70fca color hex is 0.17, 0.93, 0.00, 0.21. Web safe color of #a70fca is #9900cc. Color #a70fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001111 11001010
Octal 247 17 312
Decimal 167 15 202
Hex A7 F CA

RGB Percentages of Color #a70fca

%43.49
%3.91
%52.60

CMYK Percentages of Color #a70fca

%17
%93
%0
%21

Triadic Colors of #a70fca

#a70fca #caa70f #0fcaa7

Analogous Colors of #a70fca

#a70fca #ca0f90 #4a0fca

Monochromatic Colors of #a70fca

#a70fca

Complementary Color

#a70fca #32ca0f

#a70fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70fca Color CSS Codes

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

#a70fca Text Font Color

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

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


#a70fca Background Color

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

This div background color is #a70fca


#a70fca Border Color

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

This div border color is #a70fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70fca


Comments

No comments written yet.

Please login to write comment.