Color Hex Logo

#a91cdc Color Hex

#A91CDC
(169,28,220)
0 Favorites   0 Comments

Color spaces of #a91cdc

RGB 16928220
HSL0.790.770.49
HSV284°87°86°
CMYK 0.230.870.00   0.14
XYZ29.695714.432868.9308
Yxy14.43280.26270.1277
Hunter Lab37.990573.0430-80.9836
CIE-Lab44.847377.0045-66.8214

#a91cdc color RGB value is (169,28,220).

#a91cdc hex color red value is 169, green value is 28 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a91cdc hue: 0.79 , saturation: 0.77 and the lightness value of a91cdc is 0.49.

The process color (four color CMYK) of #a91cdc color hex is 0.23, 0.87, 0.00, 0.14. Web safe color of #a91cdc is #9933cc. Color #a91cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00011100 11011100
Octal 251 34 334
Decimal 169 28 220
Hex A9 1C DC

RGB Percentages of Color #a91cdc

%40.53
%6.71
%52.76

CMYK Percentages of Color #a91cdc

%23
%87
%0
%14

Triadic Colors of #a91cdc

#a91cdc #dca91c #1cdca9

Analogous Colors of #a91cdc

#a91cdc #dc1caf #491cdc

Monochromatic Colors of #a91cdc

#a91cdc

Complementary Color

#a91cdc #4fdc1c

#a91cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91cdc Color CSS Codes

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

#a91cdc Text Font Color

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

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


#a91cdc Background Color

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

This div background color is #a91cdc


#a91cdc Border Color

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

This div border color is #a91cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91cdc


Comments

No comments written yet.

Please login to write comment.