Color Hex Logo

#a948de Color Hex

#A948DE
(169,72,222)
0 Favorites   0 Comments

Color spaces of #a948de

RGB 16972222
HSL0.770.690.58
HSV279°68°87°
CMYK 0.240.680.00   0.13
XYZ31.864418.343770.9685
Yxy18.34370.26300.1514
Hunter Lab42.829557.8490-68.2628
CIE-Lab49.910463.2471-59.7679

#a948de color RGB value is (169,72,222).

#a948de hex color red value is 169, green value is 72 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a948de hue: 0.77 , saturation: 0.69 and the lightness value of a948de is 0.58.

The process color (four color CMYK) of #a948de color hex is 0.24, 0.68, 0.00, 0.13. Web safe color of #a948de is #9933cc. Color #a948de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001000 11011110
Octal 251 110 336
Decimal 169 72 222
Hex A9 48 DE

RGB Percentages of Color #a948de

%36.50
%15.55
%47.95

CMYK Percentages of Color #a948de

%24
%68
%0
%13

Triadic Colors of #a948de

#a948de #dea948 #48dea9

Analogous Colors of #a948de

#a948de #de48c8 #5e48de

Monochromatic Colors of #a948de

#a948de

Complementary Color

#a948de #7dde48

#a948de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a948de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a948de Color CSS Codes

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

#a948de Text Font Color

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

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


#a948de Background Color

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

This div background color is #a948de


#a948de Border Color

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

This div border color is #a948de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a948de


Comments

No comments written yet.

Please login to write comment.