Color Hex Logo

#a70fcd Color Hex

#A70FCD
(167,15,205)
0 Favorites   0 Comments

Color spaces of #a70fcd

RGB 16715205
HSL0.800.860.43
HSV288°93°80°
CMYK 0.190.930.00   0.20
XYZ27.126612.964958.8304
Yxy12.96490.27420.1311
Hunter Lab36.006871.4654-71.6673
CIE-Lab42.710376.1352-61.6714

#a70fcd color RGB value is (167,15,205).

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

The process color (four color CMYK) of #a70fcd color hex is 0.19, 0.93, 0.00, 0.20. Web safe color of #a70fcd is #9900cc. Color #a70fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001111 11001101
Octal 247 17 315
Decimal 167 15 205
Hex A7 F CD

RGB Percentages of Color #a70fcd

%43.15
%3.88
%52.97

CMYK Percentages of Color #a70fcd

%19
%93
%0
%20

Triadic Colors of #a70fcd

#a70fcd #cda70f #0fcda7

Analogous Colors of #a70fcd

#a70fcd #cd0f94 #480fcd

Monochromatic Colors of #a70fcd

#a70fcd

Complementary Color

#a70fcd #35cd0f

#a70fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70fcd Color CSS Codes

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

#a70fcd Text Font Color

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

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


#a70fcd Background Color

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

This div background color is #a70fcd


#a70fcd Border Color

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

This div border color is #a70fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70fcd


Comments

No comments written yet.

Please login to write comment.