Color Hex Logo

#a67ccd Color Hex

#A67CCD
(166,124,205)
0 Favorites   0 Comments

Color spaces of #a67ccd

RGB 166124205
HSL0.750.450.65
HSV271°40°80°
CMYK 0.190.400.00   0.20
XYZ33.953026.930161.1661
Yxy26.93010.27820.2206
Hunter Lab51.894225.9729-33.5573
CIE-Lab58.909631.8864-35.8695

#a67ccd color RGB value is (166,124,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111100 11001101
Octal 246 174 315
Decimal 166 124 205
Hex A6 7C CD

RGB Percentages of Color #a67ccd

%33.54
%25.05
%41.41

CMYK Percentages of Color #a67ccd

%19
%40
%0
%20

Triadic Colors of #a67ccd

#a67ccd #cda67c #7ccda6

Analogous Colors of #a67ccd

#a67ccd #cd7ccc #7e7ccd

Monochromatic Colors of #a67ccd

#a67ccd

Complementary Color

#a67ccd #a3cd7c

#a67ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67ccd Color CSS Codes

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

#a67ccd Text Font Color

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

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


#a67ccd Background Color

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

This div background color is #a67ccd


#a67ccd Border Color

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

This div border color is #a67ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67ccd


Comments

No comments written yet.

Please login to write comment.