Color Hex Logo

#a921be Color Hex

#A921BE
(169,33,190)
0 Favorites   0 Comments

Color spaces of #a921be

RGB 16933190
HSL0.810.700.44
HSV292°83°75°
CMYK 0.110.830.00   0.25
XYZ26.200313.240449.8899
Yxy13.24040.29330.1482
Hunter Lab36.387464.8490-55.8200
CIE-Lab43.123370.5647-52.2503

#a921be color RGB value is (169,33,190).

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

The process color (four color CMYK) of #a921be color hex is 0.11, 0.83, 0.00, 0.25. Web safe color of #a921be is #9933cc. Color #a921be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100001 10111110
Octal 251 41 276
Decimal 169 33 190
Hex A9 21 BE

RGB Percentages of Color #a921be

%43.11
%8.42
%48.47

CMYK Percentages of Color #a921be

%11
%83
%0
%25

Triadic Colors of #a921be

#a921be #bea921 #21bea9

Analogous Colors of #a921be

#a921be #be2185 #5b21be

Monochromatic Colors of #a921be

#a921be

Complementary Color

#a921be #36be21

#a921be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a921be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a921be Color CSS Codes

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

#a921be Text Font Color

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

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


#a921be Background Color

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

This div background color is #a921be


#a921be Border Color

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

This div border color is #a921be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a921be


Comments

No comments written yet.

Please login to write comment.