Color Hex Logo

#a88fef Color Hex

#A88FEF
(168,143,239)
0 Favorites   0 Comments

Color spaces of #a88fef

RGB 168143239
HSL0.710.750.75
HSV256°40°94°
CMYK 0.300.400.00   0.06
XYZ41.550934.201786.0730
Yxy34.20170.25680.2113
Hunter Lab58.482224.4782-46.3243
CIE-Lab65.122429.8104-45.0603

#a88fef color RGB value is (168,143,239).

#a88fef hex color red value is 168, green value is 143 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a88fef hue: 0.71 , saturation: 0.75 and the lightness value of a88fef is 0.75.

The process color (four color CMYK) of #a88fef color hex is 0.30, 0.40, 0.00, 0.06. Web safe color of #a88fef is #9999ff. Color #a88fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001111 11101111
Octal 250 217 357
Decimal 168 143 239
Hex A8 8F EF

RGB Percentages of Color #a88fef

%30.55
%26.00
%43.45

CMYK Percentages of Color #a88fef

%30
%40
%0
%6

Triadic Colors of #a88fef

#a88fef #efa88f #8fefa8

Analogous Colors of #a88fef

#a88fef #d88fef #8fa6ef

Monochromatic Colors of #a88fef

#a88fef

Complementary Color

#a88fef #d6ef8f

#a88fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88fef Color CSS Codes

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

#a88fef Text Font Color

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

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


#a88fef Background Color

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

This div background color is #a88fef


#a88fef Border Color

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

This div border color is #a88fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,143,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 #a88fef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88fef


Comments

No comments written yet.

Please login to write comment.