Color Hex Logo

#a88fff Color Hex

#A88FFF
(168,143,255)
0 Favorites   0 Comments

Color spaces of #a88fff

RGB 168143255
HSL0.701.000.78
HSV253°44°100°
CMYK 0.340.440.00   0.00
XYZ44.020935.189899.0799
Yxy35.18980.24690.1974
Hunter Lab59.321028.6495-57.5034
CIE-Lab65.896233.8501-52.6078

#a88fff color RGB value is (168,143,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001111 11111111
Octal 250 217 377
Decimal 168 143 255
Hex A8 8F FF

RGB Percentages of Color #a88fff

%29.68
%25.27
%45.05

CMYK Percentages of Color #a88fff

%34
%44
%0
%0

Triadic Colors of #a88fff

#a88fff #ffa88f #8fffa8

Analogous Colors of #a88fff

#a88fff #e08fff #8faeff

Monochromatic Colors of #a88fff

#a88fff

Complementary Color

#a88fff #e6ff8f

#a88fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88fff Color CSS Codes

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

#a88fff Text Font Color

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

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


#a88fff Background Color

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

This div background color is #a88fff


#a88fff Border Color

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

This div border color is #a88fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88fff


Comments

No comments written yet.

Please login to write comment.