Color Hex Logo

#a68fca Color Hex

#A68FCA
(166,143,202)
0 Favorites   0 Comments

Color spaces of #a68fca

RGB 166143202
HSL0.730.360.68
HSV263°29°79°
CMYK 0.180.290.00   0.21
XYZ36.209032.016260.1484
Yxy32.01620.28210.2494
Hunter Lab56.582915.2073-23.4181
CIE-Lab63.356320.4093-27.2824

#a68fca color RGB value is (166,143,202).

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

The process color (four color CMYK) of #a68fca color hex is 0.18, 0.29, 0.00, 0.21. Web safe color of #a68fca is #9999cc. Color #a68fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001111 11001010
Octal 246 217 312
Decimal 166 143 202
Hex A6 8F CA

RGB Percentages of Color #a68fca

%32.49
%27.98
%39.53

CMYK Percentages of Color #a68fca

%18
%29
%0
%21

Triadic Colors of #a68fca

#a68fca #caa68f #8fcaa6

Analogous Colors of #a68fca

#a68fca #c48fca #8f96ca

Monochromatic Colors of #a68fca

#a68fca

Complementary Color

#a68fca #b3ca8f

#a68fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68fca Color CSS Codes

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

#a68fca Text Font Color

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

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


#a68fca Background Color

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

This div background color is #a68fca


#a68fca Border Color

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

This div border color is #a68fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68fca


Comments

No comments written yet.

Please login to write comment.