Color Hex Logo

#a071ce Color Hex

#A071CE
(160,113,206)
0 Favorites   0 Comments

Color spaces of #a071ce

RGB 160113206
HSL0.750.490.63
HSV270°45°81°
CMYK 0.220.450.00   0.19
XYZ31.542923.740161.3123
Yxy23.74010.27050.2036
Hunter Lab48.723830.2909-40.5017
CIE-Lab55.826636.5738-41.3163

#a071ce color RGB value is (160,113,206).

#a071ce hex color red value is 160, green value is 113 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a071ce hue: 0.75 , saturation: 0.49 and the lightness value of a071ce is 0.63.

The process color (four color CMYK) of #a071ce color hex is 0.22, 0.45, 0.00, 0.19. Web safe color of #a071ce is #9966cc. Color #a071ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 11001110
Octal 240 161 316
Decimal 160 113 206
Hex A0 71 CE

RGB Percentages of Color #a071ce

%33.40
%23.59
%43.01

CMYK Percentages of Color #a071ce

%22
%45
%0
%19

Triadic Colors of #a071ce

#a071ce #cea071 #71cea0

Analogous Colors of #a071ce

#a071ce #ce71ce #7271ce

Monochromatic Colors of #a071ce

#a071ce

Complementary Color

#a071ce #9fce71

#a071ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a071ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a071ce Color CSS Codes

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

#a071ce Text Font Color

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

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


#a071ce Background Color

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

This div background color is #a071ce


#a071ce Border Color

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

This div border color is #a071ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,113,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a071ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a071ce;
  -webkit-box-shadow: 1px 1px 3px 2px #a071ce;
  box-shadow:         1px 1px 3px 2px #a071ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,113,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a071ce


Comments

No comments written yet.

Please login to write comment.