Color Hex Logo

#a70cdf Color Hex

#A70CDF
(167,12,223)
0 Favorites   0 Comments

Color spaces of #a70cdf

RGB 16712223
HSL0.790.900.46
HSV284°95°87°
CMYK 0.250.950.00   0.13
XYZ29.387113.806170.9280
Yxy13.80610.25750.1210
Hunter Lab37.156676.1516-87.1688
CIE-Lab43.953679.6776-70.0052

#a70cdf color RGB value is (167,12,223).

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

The process color (four color CMYK) of #a70cdf color hex is 0.25, 0.95, 0.00, 0.13. Web safe color of #a70cdf is #9900cc. Color #a70cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001100 11011111
Octal 247 14 337
Decimal 167 12 223
Hex A7 C DF

RGB Percentages of Color #a70cdf

%41.54
%2.99
%55.47

CMYK Percentages of Color #a70cdf

%25
%95
%0
%13

Triadic Colors of #a70cdf

#a70cdf #dfa70c #0cdfa7

Analogous Colors of #a70cdf

#a70cdf #df0cae #3e0cdf

Monochromatic Colors of #a70cdf

#a70cdf

Complementary Color

#a70cdf #44df0c

#a70cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70cdf Color CSS Codes

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

#a70cdf Text Font Color

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

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


#a70cdf Background Color

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

This div background color is #a70cdf


#a70cdf Border Color

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

This div border color is #a70cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70cdf


Comments

No comments written yet.

Please login to write comment.