Color Hex Logo

#a68fcc Color Hex

#A68FCC
(166,143,204)
0 Favorites   0 Comments

Color spaces of #a68fcc

RGB 166143204
HSL0.730.370.68
HSV263°30°80°
CMYK 0.190.300.00   0.20
XYZ36.447432.111561.4039
Yxy32.11150.28040.2471
Hunter Lab56.667015.6413-24.5792
CIE-Lab63.434920.8640-28.2807

#a68fcc color RGB value is (166,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001111 11001100
Octal 246 217 314
Decimal 166 143 204
Hex A6 8F CC

RGB Percentages of Color #a68fcc

%32.36
%27.88
%39.77

CMYK Percentages of Color #a68fcc

%19
%30
%0
%20

Triadic Colors of #a68fcc

#a68fcc #cca68f #8fcca6

Analogous Colors of #a68fcc

#a68fcc #c58fcc #8f97cc

Monochromatic Colors of #a68fcc

#a68fcc

Complementary Color

#a68fcc #b5cc8f

#a68fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68fcc Color CSS Codes

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

#a68fcc Text Font Color

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

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


#a68fcc Background Color

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

This div background color is #a68fcc


#a68fcc Border Color

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

This div border color is #a68fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68fcc


Comments

No comments written yet.

Please login to write comment.