Color Hex Logo

#a017be Color Hex

#A017BE
(160,23,190)
0 Favorites   0 Comments

Color spaces of #a017be

RGB 16023190
HSL0.800.780.42
HSV289°88°75°
CMYK 0.160.880.00   0.25
XYZ24.097911.804149.7235
Yxy11.80410.28140.1379
Hunter Lab34.357165.0741-61.7578
CIE-Lab40.903171.1868-55.9066

#a017be color RGB value is (160,23,190).

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

The process color (four color CMYK) of #a017be color hex is 0.16, 0.88, 0.00, 0.25. Web safe color of #a017be is #9900cc. Color #a017be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010111 10111110
Octal 240 27 276
Decimal 160 23 190
Hex A0 17 BE

RGB Percentages of Color #a017be

%42.90
%6.17
%50.94

CMYK Percentages of Color #a017be

%16
%88
%0
%25

Triadic Colors of #a017be

#a017be #bea017 #17bea0

Analogous Colors of #a017be

#a017be #be1789 #4c17be

Monochromatic Colors of #a017be

#a017be

Complementary Color

#a017be #35be17

#a017be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a017be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a017be Color CSS Codes

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

#a017be Text Font Color

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

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


#a017be Background Color

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

This div background color is #a017be


#a017be Border Color

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

This div border color is #a017be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a017be


Comments

No comments written yet.

Please login to write comment.