Color Hex Logo

#a017b7 Color Hex

#A017B7
(160,23,183)
0 Favorites   0 Comments

Color spaces of #a017b7

RGB 16023183
HSL0.810.780.40
HSV291°87°72°
CMYK 0.130.870.00   0.28
XYZ23.350811.505345.7898
Yxy11.50530.28950.1427
Hunter Lab33.919563.5237-56.2953
CIE-Lab40.418869.9693-52.5679

#a017b7 color RGB value is (160,23,183).

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

The process color (four color CMYK) of #a017b7 color hex is 0.13, 0.87, 0.00, 0.28. Web safe color of #a017b7 is #9900cc. Color #a017b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010111 10110111
Octal 240 27 267
Decimal 160 23 183
Hex A0 17 B7

RGB Percentages of Color #a017b7

%43.72
%6.28
%50.00

CMYK Percentages of Color #a017b7

%13
%87
%0
%28

Triadic Colors of #a017b7

#a017b7 #b7a017 #17b7a0

Analogous Colors of #a017b7

#a017b7 #b7177e #5017b7

Monochromatic Colors of #a017b7

#a017b7

Complementary Color

#a017b7 #2eb717

#a017b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a017b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a017b7 Color CSS Codes

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

#a017b7 Text Font Color

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

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


#a017b7 Background Color

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

This div background color is #a017b7


#a017b7 Border Color

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

This div border color is #a017b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a017b7


Comments

No comments written yet.

Please login to write comment.