color codes Logo

#a948ef color codes

#A948EF
(169,72,239)
0 Favorites   0 Comments

Color spaces of #a948ef

RGB 16972239
HSL0.760.840.61
HSV275°70°94°
CMYK 0.290.700.00   0.06
XYZ34.259519.301783.5813
Yxy19.30170.24980.1407
Hunter Lab43.933762.3103-82.0422
CIE-Lab51.038366.8785-67.5411

#a948ef color RGB value is (169,72,239).

#a948ef hex color red value is 169, green value is 72 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a948ef hue: 0.76 , saturation: 0.84 and the lightness value of a948ef is 0.61.

The process color (four color CMYK) of #a948ef color code is 0.29, 0.70, 0.00, 0.06. Web safe color of #a948ef is #9933ff. Color #a948ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001000 11101111
Octal 251 110 357
Decimal 169 72 239
Hex A9 48 EF

RGB Percentages of Color #a948ef

%35.21
%15.00
%49.79

CMYK Percentages of Color #a948ef

%29
%70
%0
%6

Triadic Colors of #a948ef

#a948ef #efa948 #48efa9

Analogous Colors of #a948ef

#a948ef #ef48e2 #5648ef

Monochromatic Colors of #a948ef

#a948ef

Complementary Color

#a948ef #8eef48

#a948ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a948ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a948ef Color CSS Codes

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

#a948ef Text Font Color

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

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


#a948ef Background Color

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

This div background color is #a948ef


#a948ef Border Color

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

This div border color is #a948ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a948ef


Comments

No comments written yet.

Please login to write comment.