Color Hex Logo

#a70892 Color Hex

#A70892
(167,8,146)
0 Favorites   0 Comments

Color spaces of #a70892

RGB 1678146
HSL0.860.910.34
HSV308°95°65°
CMYK 0.000.950.13   0.35
XYZ21.211510.464528.0960
Yxy10.46450.35490.1751
Hunter Lab32.348960.4338-28.8510
CIE-Lab38.663567.6642-33.0808

#a70892 color RGB value is (167,8,146).

#a70892 hex color red value is 167, green value is 8 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #a70892 hue: 0.86 , saturation: 0.91 and the lightness value of a70892 is 0.34.

The process color (four color CMYK) of #a70892 color hex is 0.00, 0.95, 0.13, 0.35. Web safe color of #a70892 is #990099. Color #a70892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001000 10010010
Octal 247 10 222
Decimal 167 8 146
Hex A7 8 92

RGB Percentages of Color #a70892

%52.02
%2.49
%45.48

CMYK Percentages of Color #a70892

%0
%95
%13
%35

Triadic Colors of #a70892

#a70892 #92a708 #0892a7

Analogous Colors of #a70892

#a70892 #a70842 #6d08a7

Monochromatic Colors of #a70892

#a70892

Complementary Color

#a70892 #08a71d

#a70892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70892 Color CSS Codes

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

#a70892 Text Font Color

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

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


#a70892 Background Color

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

This div background color is #a70892


#a70892 Border Color

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

This div border color is #a70892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70892


Comments

No comments written yet.

Please login to write comment.