Color Hex Logo

#a901bd Color Hex

#A901BD
(169,1,189)
0 Favorites   0 Comments

Color spaces of #a901bd

RGB 1691189
HSL0.820.990.37
HSV294°99°74°
CMYK 0.110.990.00   0.26
XYZ25.558312.130849.1385
Yxy12.13080.29440.1397
Hunter Lab34.829370.0349-59.2681
CIE-Lab41.423375.2124-54.4033

#a901bd color RGB value is (169,1,189).

#a901bd hex color red value is 169, green value is 1 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a901bd hue: 0.82 , saturation: 0.99 and the lightness value of a901bd is 0.37.

The process color (four color CMYK) of #a901bd color hex is 0.11, 0.99, 0.00, 0.26. Web safe color of #a901bd is #9900cc. Color #a901bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000001 10111101
Octal 251 1 275
Decimal 169 1 189
Hex A9 1 BD

RGB Percentages of Color #a901bd

%47.08
%0.28
%52.65

CMYK Percentages of Color #a901bd

%11
%99
%0
%26

Triadic Colors of #a901bd

#a901bd #bda901 #01bda9

Analogous Colors of #a901bd

#a901bd #bd0173 #4b01bd

Monochromatic Colors of #a901bd

#a901bd

Complementary Color

#a901bd #15bd01

#a901bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a901bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a901bd Color CSS Codes

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

#a901bd Text Font Color

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

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


#a901bd Background Color

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

This div background color is #a901bd


#a901bd Border Color

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

This div border color is #a901bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,1,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a901bd


Comments

No comments written yet.

Please login to write comment.