Color Hex Logo

#a70fdd Color Hex

#A70FDD
(167,15,221)
0 Favorites   0 Comments

Color spaces of #a70fdd

RGB 16715221
HSL0.790.870.46
HSV284°93°87°
CMYK 0.240.930.00   0.13
XYZ29.158313.777669.5291
Yxy13.77760.25930.1225
Hunter Lab37.118275.2644-85.0782
CIE-Lab43.912378.9758-68.9290

#a70fdd color RGB value is (167,15,221).

#a70fdd hex color red value is 167, green value is 15 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a70fdd hue: 0.79 , saturation: 0.87 and the lightness value of a70fdd is 0.46.

The process color (four color CMYK) of #a70fdd color hex is 0.24, 0.93, 0.00, 0.13. Web safe color of #a70fdd is #9900cc. Color #a70fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001111 11011101
Octal 247 17 335
Decimal 167 15 221
Hex A7 F DD

RGB Percentages of Color #a70fdd

%41.44
%3.72
%54.84

CMYK Percentages of Color #a70fdd

%24
%93
%0
%13

Triadic Colors of #a70fdd

#a70fdd #dda70f #0fdda7

Analogous Colors of #a70fdd

#a70fdd #dd0fac #400fdd

Monochromatic Colors of #a70fdd

#a70fdd

Complementary Color

#a70fdd #45dd0f

#a70fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70fdd Color CSS Codes

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

#a70fdd Text Font Color

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

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


#a70fdd Background Color

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

This div background color is #a70fdd


#a70fdd Border Color

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

This div border color is #a70fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70fdd


Comments

No comments written yet.

Please login to write comment.