Color Hex Logo

#a88ffd Color Hex

#A88FFD
(168,143,253)
0 Favorites   0 Comments

Color spaces of #a88ffd

RGB 168143253
HSL0.700.960.78
HSV254°43°99°
CMYK 0.340.430.00   0.01
XYZ43.700535.061697.3928
Yxy35.06160.24810.1990
Hunter Lab59.212828.1148-56.0707
CIE-Lab65.796633.3384-51.6731

#a88ffd color RGB value is (168,143,253).

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

The process color (four color CMYK) of #a88ffd color hex is 0.34, 0.43, 0.00, 0.01. Web safe color of #a88ffd is #9999ff. Color #a88ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001111 11111101
Octal 250 217 375
Decimal 168 143 253
Hex A8 8F FD

RGB Percentages of Color #a88ffd

%29.79
%25.35
%44.86

CMYK Percentages of Color #a88ffd

%34
%43
%0
%1

Triadic Colors of #a88ffd

#a88ffd #fda88f #8ffda8

Analogous Colors of #a88ffd

#a88ffd #df8ffd #8fadfd

Monochromatic Colors of #a88ffd

#a88ffd

Complementary Color

#a88ffd #e4fd8f

#a88ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88ffd Color CSS Codes

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

#a88ffd Text Font Color

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

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


#a88ffd Background Color

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

This div background color is #a88ffd


#a88ffd Border Color

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

This div border color is #a88ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88ffd


Comments

No comments written yet.

Please login to write comment.