Color Hex Logo

#a67cfb Color Hex

#A67CFB
(166,124,251)
0 Favorites   0 Comments

Color spaces of #a67cfb

RGB 166124251
HSL0.720.940.74
HSV260°51°98°
CMYK 0.340.510.00   0.02
XYZ40.346129.487394.8319
Yxy29.48730.24500.1791
Hunter Lab54.302237.5952-65.5309
CIE-Lab61.209342.9732-57.8782

#a67cfb color RGB value is (166,124,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111100 11111011
Octal 246 174 373
Decimal 166 124 251
Hex A6 7C FB

RGB Percentages of Color #a67cfb

%30.68
%22.92
%46.40

CMYK Percentages of Color #a67cfb

%34
%51
%0
%2

Triadic Colors of #a67cfb

#a67cfb #fba67c #7cfba6

Analogous Colors of #a67cfb

#a67cfb #e67cfb #7c92fb

Monochromatic Colors of #a67cfb

#a67cfb

Complementary Color

#a67cfb #d1fb7c

#a67cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67cfb Color CSS Codes

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

#a67cfb Text Font Color

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

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


#a67cfb Background Color

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

This div background color is #a67cfb


#a67cfb Border Color

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

This div border color is #a67cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67cfb


Comments

No comments written yet.

Please login to write comment.