Color Hex Logo

#a017cb Color Hex

#A017CB
(160,23,203)
0 Favorites   0 Comments

Color spaces of #a017cb

RGB 16023203
HSL0.790.800.44
HSV286°89°80°
CMYK 0.210.890.00   0.20
XYZ25.583112.398257.5446
Yxy12.39820.26780.1298
Hunter Lab35.211168.0723-72.2484
CIE-Lab41.842173.5113-61.9728

#a017cb color RGB value is (160,23,203).

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

The process color (four color CMYK) of #a017cb color hex is 0.21, 0.89, 0.00, 0.20. Web safe color of #a017cb is #9900cc. Color #a017cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010111 11001011
Octal 240 27 313
Decimal 160 23 203
Hex A0 17 CB

RGB Percentages of Color #a017cb

%41.45
%5.96
%52.59

CMYK Percentages of Color #a017cb

%21
%89
%0
%20

Triadic Colors of #a017cb

#a017cb #cba017 #17cba0

Analogous Colors of #a017cb

#a017cb #cb179c #4617cb

Monochromatic Colors of #a017cb

#a017cb

Complementary Color

#a017cb #42cb17

#a017cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a017cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a017cb Color CSS Codes

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

#a017cb Text Font Color

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

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


#a017cb Background Color

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

This div background color is #a017cb


#a017cb Border Color

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

This div border color is #a017cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a017cb


Comments

No comments written yet.

Please login to write comment.