Color Hex Logo

#a148df Color Hex

#A148DF
(161,72,223)
0 Favorites   0 Comments

Color spaces of #a148df

RGB 16172223
HSL0.760.700.58
HSV275°68°87°
CMYK 0.280.680.00   0.13
XYZ30.334617.539571.5987
Yxy17.53950.25390.1468
Hunter Lab41.880256.0006-72.0465
CIE-Lab48.932761.8109-61.9652

#a148df color RGB value is (161,72,223).

#a148df hex color red value is 161, green value is 72 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a148df hue: 0.76 , saturation: 0.70 and the lightness value of a148df is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001000 11011111
Octal 241 110 337
Decimal 161 72 223
Hex A1 48 DF

RGB Percentages of Color #a148df

%35.31
%15.79
%48.90

CMYK Percentages of Color #a148df

%28
%68
%0
%13

Triadic Colors of #a148df

#a148df #dfa148 #48dfa1

Analogous Colors of #a148df

#a148df #df48d2 #5548df

Monochromatic Colors of #a148df

#a148df

Complementary Color

#a148df #86df48

#a148df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a148df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a148df Color CSS Codes

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

#a148df Text Font Color

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

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


#a148df Background Color

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

This div background color is #a148df


#a148df Border Color

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

This div border color is #a148df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a148df

#a148df Color Palettes


Comments

No comments written yet.

Please login to write comment.