Color Hex Logo

#a672fe Color Hex

#A672FE
(166,114,254)
0 Favorites   0 Comments

Color spaces of #a672fe

RGB 166114254
HSL0.730.990.72
HSV262°55°100°
CMYK 0.350.550.00   0.00
XYZ39.632627.297496.9460
Yxy27.29740.24180.1666
Hunter Lab52.246943.9715-73.4419
CIE-Lab59.248649.1963-62.6676

#a672fe color RGB value is (166,114,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110010 11111110
Octal 246 162 376
Decimal 166 114 254
Hex A6 72 FE

RGB Percentages of Color #a672fe

%31.09
%21.35
%47.57

CMYK Percentages of Color #a672fe

%35
%55
%0
%0

Triadic Colors of #a672fe

#a672fe #fea672 #72fea6

Analogous Colors of #a672fe

#a672fe #ec72fe #7284fe

Monochromatic Colors of #a672fe

#a672fe

Complementary Color

#a672fe #cafe72

#a672fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a672fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a672fe Color CSS Codes

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

#a672fe Text Font Color

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

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


#a672fe Background Color

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

This div background color is #a672fe


#a672fe Border Color

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

This div border color is #a672fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a672fe

Related Colors


Comments

No comments written yet.

Please login to write comment.