Color Hex Logo

#a68fcd Color Hex

#A68FCD
(166,143,205)
0 Favorites   0 Comments

Color spaces of #a68fcd

RGB 166143205
HSL0.730.380.68
HSV262°30°80°
CMYK 0.190.300.00   0.20
XYZ36.567832.159762.0377
Yxy32.15970.27960.2459
Hunter Lab56.709515.8599-25.1640
CIE-Lab63.474721.0923-28.7788

#a68fcd color RGB value is (166,143,205).

#a68fcd hex color red value is 166, green value is 143 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a68fcd hue: 0.73 , saturation: 0.38 and the lightness value of a68fcd is 0.68.

The process color (four color CMYK) of #a68fcd color hex is 0.19, 0.30, 0.00, 0.20. Web safe color of #a68fcd is #9999cc. Color #a68fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001111 11001101
Octal 246 217 315
Decimal 166 143 205
Hex A6 8F CD

RGB Percentages of Color #a68fcd

%32.30
%27.82
%39.88

CMYK Percentages of Color #a68fcd

%19
%30
%0
%20

Triadic Colors of #a68fcd

#a68fcd #cda68f #8fcda6

Analogous Colors of #a68fcd

#a68fcd #c58fcd #8f97cd

Monochromatic Colors of #a68fcd

#a68fcd

Complementary Color

#a68fcd #b6cd8f

#a68fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68fcd Color CSS Codes

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

#a68fcd Text Font Color

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

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


#a68fcd Background Color

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

This div background color is #a68fcd


#a68fcd Border Color

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

This div border color is #a68fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68fcd


Comments

No comments written yet.

Please login to write comment.