Color Hex Logo

#a48ffe Color Hex

#A48FFE
(164,143,254)
0 Favorites   0 Comments

Color spaces of #a48ffe

RGB 164143254
HSL0.700.980.78
HSV251°44°100°
CMYK 0.350.440.00   0.00
XYZ43.021734.693298.1949
Yxy34.69320.24460.1972
Hunter Lab58.900927.3012-57.6129
CIE-Lab65.509132.5691-52.6964

#a48ffe color RGB value is (164,143,254).

#a48ffe hex color red value is 164, green value is 143 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a48ffe hue: 0.70 , saturation: 0.98 and the lightness value of a48ffe is 0.78.

The process color (four color CMYK) of #a48ffe color hex is 0.35, 0.44, 0.00, 0.00. Web safe color of #a48ffe is #9999ff. Color #a48ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001111 11111110
Octal 244 217 376
Decimal 164 143 254
Hex A4 8F FE

RGB Percentages of Color #a48ffe

%29.23
%25.49
%45.28

CMYK Percentages of Color #a48ffe

%35
%44
%0
%0

Triadic Colors of #a48ffe

#a48ffe #fea48f #8ffea4

Analogous Colors of #a48ffe

#a48ffe #dc8ffe #8fb2fe

Monochromatic Colors of #a48ffe

#a48ffe

Complementary Color

#a48ffe #e9fe8f

#a48ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48ffe Color CSS Codes

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

#a48ffe Text Font Color

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

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


#a48ffe Background Color

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

This div background color is #a48ffe


#a48ffe Border Color

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

This div border color is #a48ffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,143,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a48ffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a48ffe;
  -webkit-box-shadow: 1px 1px 3px 2px #a48ffe;
  box-shadow:         1px 1px 3px 2px #a48ffe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,143,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48ffe


Comments

No comments written yet.

Please login to write comment.