Color Hex Logo

#a67cfe Color Hex

#A67CFE
(166,124,254)
0 Favorites   0 Comments

Color spaces of #a67cfe

RGB 166124254
HSL0.720.980.74
HSV259°51°100°
CMYK 0.350.510.00   0.00
XYZ40.822929.678197.3428
Yxy29.67810.24320.1768
Hunter Lab54.477638.4235-67.8074
CIE-Lab61.375543.7314-59.2627

#a67cfe color RGB value is (166,124,254).

#a67cfe hex color red value is 166, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a67cfe hue: 0.72 , saturation: 0.98 and the lightness value of a67cfe is 0.74.

The process color (four color CMYK) of #a67cfe color hex is 0.35, 0.51, 0.00, 0.00. Web safe color of #a67cfe is #9966ff. Color #a67cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111100 11111110
Octal 246 174 376
Decimal 166 124 254
Hex A6 7C FE

RGB Percentages of Color #a67cfe

%30.51
%22.79
%46.69

CMYK Percentages of Color #a67cfe

%35
%51
%0
%0

Triadic Colors of #a67cfe

#a67cfe #fea67c #7cfea6

Analogous Colors of #a67cfe

#a67cfe #e77cfe #7c93fe

Monochromatic Colors of #a67cfe

#a67cfe

Complementary Color

#a67cfe #d4fe7c

#a67cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67cfe Color CSS Codes

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

#a67cfe Text Font Color

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

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


#a67cfe Background Color

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

This div background color is #a67cfe


#a67cfe Border Color

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

This div border color is #a67cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67cfe


Comments

No comments written yet.

Please login to write comment.