Color Hex Logo

#a917be Color Hex

#A917BE
(169,23,190)
0 Favorites   0 Comments

Color spaces of #a917be

RGB 16923190
HSL0.810.780.42
HSV292°88°75°
CMYK 0.110.880.00   0.25
XYZ25.962812.765549.8108
Yxy12.76550.29320.1442
Hunter Lab35.728867.1837-57.6480
CIE-Lab42.407872.6625-53.4023

#a917be color RGB value is (169,23,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010111 10111110
Octal 251 27 276
Decimal 169 23 190
Hex A9 17 BE

RGB Percentages of Color #a917be

%44.24
%6.02
%49.74

CMYK Percentages of Color #a917be

%11
%88
%0
%25

Triadic Colors of #a917be

#a917be #bea917 #17bea9

Analogous Colors of #a917be

#a917be #be1780 #5517be

Monochromatic Colors of #a917be

#a917be

Complementary Color

#a917be #2cbe17

#a917be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a917be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a917be Color CSS Codes

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

#a917be Text Font Color

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

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


#a917be Background Color

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

This div background color is #a917be


#a917be Border Color

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

This div border color is #a917be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a917be


Comments

No comments written yet.

Please login to write comment.