Color Hex Logo

#a68feb Color Hex

#A68FEB
(166,143,235)
0 Favorites   0 Comments

Color spaces of #a68feb

RGB 166143235
HSL0.710.700.74
HSV255°39°92°
CMYK 0.290.390.00   0.08
XYZ40.543733.750182.9748
Yxy33.75010.25780.2146
Hunter Lab58.094822.9071-44.0154
CIE-Lab64.763728.2649-43.4326

#a68feb color RGB value is (166,143,235).

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

The process color (four color CMYK) of #a68feb color hex is 0.29, 0.39, 0.00, 0.08. Web safe color of #a68feb is #9999ff. Color #a68feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001111 11101011
Octal 246 217 353
Decimal 166 143 235
Hex A6 8F EB

RGB Percentages of Color #a68feb

%30.51
%26.29
%43.20

CMYK Percentages of Color #a68feb

%29
%39
%0
%8

Triadic Colors of #a68feb

#a68feb #eba68f #8feba6

Analogous Colors of #a68feb

#a68feb #d48feb #8fa6eb

Monochromatic Colors of #a68feb

#a68feb

Complementary Color

#a68feb #d4eb8f

#a68feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68feb Color CSS Codes

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

#a68feb Text Font Color

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

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


#a68feb Background Color

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

This div background color is #a68feb


#a68feb Border Color

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

This div border color is #a68feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68feb


Comments

No comments written yet.

Please login to write comment.