Color Hex Logo

#a928dc Color Hex

#A928DC
(169,40,220)
0 Favorites   0 Comments

Color spaces of #a928dc

RGB 16940220
HSL0.790.720.51
HSV283°82°86°
CMYK 0.230.820.00   0.14
XYZ30.039215.119969.0453
Yxy15.11990.26300.1324
Hunter Lab38.884369.8486-78.0598
CIE-Lab45.798074.2101-65.2774

#a928dc color RGB value is (169,40,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00101000 11011100
Octal 251 50 334
Decimal 169 40 220
Hex A9 28 DC

RGB Percentages of Color #a928dc

%39.39
%9.32
%51.28

CMYK Percentages of Color #a928dc

%23
%82
%0
%14

Triadic Colors of #a928dc

#a928dc #dca928 #28dca9

Analogous Colors of #a928dc

#a928dc #dc28b5 #4f28dc

Monochromatic Colors of #a928dc

#a928dc

Complementary Color

#a928dc #5bdc28

#a928dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a928dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a928dc Color CSS Codes

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

#a928dc Text Font Color

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

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


#a928dc Background Color

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

This div background color is #a928dc


#a928dc Border Color

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

This div border color is #a928dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a928dc


Comments

No comments written yet.

Please login to write comment.