Color Hex Logo

#a68ffb Color Hex

#A68FFB
(166,143,251)
0 Favorites   0 Comments

Color spaces of #a68ffb

RGB 166143251
HSL0.700.930.77
HSV253°43°98°
CMYK 0.340.430.00   0.02
XYZ42.960934.716995.7035
Yxy34.71690.24780.2002
Hunter Lab58.921027.0373-55.0580
CIE-Lab65.527732.3082-51.0161

#a68ffb color RGB value is (166,143,251).

#a68ffb hex color red value is 166, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a68ffb hue: 0.70 , saturation: 0.93 and the lightness value of a68ffb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001111 11111011
Octal 246 217 373
Decimal 166 143 251
Hex A6 8F FB

RGB Percentages of Color #a68ffb

%29.64
%25.54
%44.82

CMYK Percentages of Color #a68ffb

%34
%43
%0
%2

Triadic Colors of #a68ffb

#a68ffb #fba68f #8ffba6

Analogous Colors of #a68ffb

#a68ffb #dc8ffb #8faefb

Monochromatic Colors of #a68ffb

#a68ffb

Complementary Color

#a68ffb #e4fb8f

#a68ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68ffb Color CSS Codes

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

#a68ffb Text Font Color

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

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


#a68ffb Background Color

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

This div background color is #a68ffb


#a68ffb Border Color

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

This div border color is #a68ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68ffb


Comments

No comments written yet.

Please login to write comment.