Color Hex Logo

#a68fdd Color Hex

#A68FDD
(166,143,221)
0 Favorites   0 Comments

Color spaces of #a68fdd

RGB 166143221
HSL0.720.530.71
HSV258°35°87°
CMYK 0.250.350.00   0.13
XYZ38.599532.972472.7365
Yxy32.97240.26750.2285
Hunter Lab57.421619.5021-34.9081
CIE-Lab64.138624.8445-36.6647

#a68fdd color RGB value is (166,143,221).

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

The process color (four color CMYK) of #a68fdd color hex is 0.25, 0.35, 0.00, 0.13. Web safe color of #a68fdd is #9999cc. Color #a68fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001111 11011101
Octal 246 217 335
Decimal 166 143 221
Hex A6 8F DD

RGB Percentages of Color #a68fdd

%31.32
%26.98
%41.70

CMYK Percentages of Color #a68fdd

%25
%35
%0
%13

Triadic Colors of #a68fdd

#a68fdd #dda68f #8fdda6

Analogous Colors of #a68fdd

#a68fdd #cd8fdd #8f9fdd

Monochromatic Colors of #a68fdd

#a68fdd

Complementary Color

#a68fdd #c6dd8f

#a68fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68fdd Color CSS Codes

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

#a68fdd Text Font Color

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

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


#a68fdd Background Color

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

This div background color is #a68fdd


#a68fdd Border Color

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

This div border color is #a68fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68fdd


Comments

No comments written yet.

Please login to write comment.