Color Hex Logo

#a67ffe Color Hex

#A67FFE
(166,127,254)
0 Favorites   0 Comments

Color spaces of #a67ffe

RGB 166127254
HSL0.720.980.75
HSV258°50°100°
CMYK 0.350.500.00   0.00
XYZ41.204630.441597.4700
Yxy30.44150.24360.1800
Hunter Lab55.173836.7522-66.1200
CIE-Lab62.033342.0681-58.2124

#a67ffe color RGB value is (166,127,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111111 11111110
Octal 246 177 376
Decimal 166 127 254
Hex A6 7F FE

RGB Percentages of Color #a67ffe

%30.35
%23.22
%46.44

CMYK Percentages of Color #a67ffe

%35
%50
%0
%0

Triadic Colors of #a67ffe

#a67ffe #fea67f #7ffea6

Analogous Colors of #a67ffe

#a67ffe #e67ffe #7f98fe

Monochromatic Colors of #a67ffe

#a67ffe

Complementary Color

#a67ffe #d7fe7f

#a67ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67ffe Color CSS Codes

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

#a67ffe Text Font Color

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

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


#a67ffe Background Color

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

This div background color is #a67ffe


#a67ffe Border Color

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

This div border color is #a67ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.