Color Hex Logo

#a67fcd Color Hex

#A67FCD
(166,127,205)
0 Favorites   0 Comments

Color spaces of #a67fcd

RGB 166127205
HSL0.750.440.65
HSV270°38°80°
CMYK 0.190.380.00   0.20
XYZ34.334727.693561.2934
Yxy27.69350.27840.2246
Hunter Lab52.624624.3685-32.2195
CIE-Lab59.610830.1883-34.7748

#a67fcd color RGB value is (166,127,205).

#a67fcd hex color red value is 166, green value is 127 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a67fcd hue: 0.75 , saturation: 0.44 and the lightness value of a67fcd is 0.65.

The process color (four color CMYK) of #a67fcd color hex is 0.19, 0.38, 0.00, 0.20. Web safe color of #a67fcd is #9966cc. Color #a67fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111111 11001101
Octal 246 177 315
Decimal 166 127 205
Hex A6 7F CD

RGB Percentages of Color #a67fcd

%33.33
%25.50
%41.16

CMYK Percentages of Color #a67fcd

%19
%38
%0
%20

Triadic Colors of #a67fcd

#a67fcd #cda67f #7fcda6

Analogous Colors of #a67fcd

#a67fcd #cd7fcd #7f7fcd

Monochromatic Colors of #a67fcd

#a67fcd

Complementary Color

#a67fcd #a6cd7f

#a67fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67fcd Color CSS Codes

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

#a67fcd Text Font Color

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

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


#a67fcd Background Color

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

This div background color is #a67fcd


#a67fcd Border Color

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

This div border color is #a67fcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,127,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 #a67fcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67fcd


Comments

No comments written yet.

Please login to write comment.