Color Hex Logo

#a017ce Color Hex

#A017CE
(160,23,206)
0 Favorites   0 Comments

Color spaces of #a017ce

RGB 16023206
HSL0.790.800.45
HSV285°89°81°
CMYK 0.220.890.00   0.19
XYZ25.944212.542659.4461
Yxy12.54260.26490.1281
Hunter Lab35.415568.7858-74.7293
CIE-Lab42.065874.0589-63.3489

#a017ce color RGB value is (160,23,206).

#a017ce hex color red value is 160, green value is 23 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a017ce hue: 0.79 , saturation: 0.80 and the lightness value of a017ce is 0.45.

The process color (four color CMYK) of #a017ce color hex is 0.22, 0.89, 0.00, 0.19. Web safe color of #a017ce is #9900cc. Color #a017ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010111 11001110
Octal 240 27 316
Decimal 160 23 206
Hex A0 17 CE

RGB Percentages of Color #a017ce

%41.13
%5.91
%52.96

CMYK Percentages of Color #a017ce

%22
%89
%0
%19

Triadic Colors of #a017ce

#a017ce #cea017 #17cea0

Analogous Colors of #a017ce

#a017ce #ce17a1 #4517ce

Monochromatic Colors of #a017ce

#a017ce

Complementary Color

#a017ce #45ce17

#a017ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a017ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a017ce Color CSS Codes

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

#a017ce Text Font Color

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

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


#a017ce Background Color

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

This div background color is #a017ce


#a017ce Border Color

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

This div border color is #a017ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,23,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 #a017ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a017ce


Comments

No comments written yet.

Please login to write comment.