Color Hex Logo

#a671cf Color Hex

#A671CF
(166,113,207)
0 Favorites   0 Comments

Color spaces of #a671cf

RGB 166113207
HSL0.760.490.63
HSV274°45°81°
CMYK 0.200.450.00   0.19
XYZ32.893524.422262.0118
Yxy24.42220.27570.2047
Hunter Lab49.418832.3279-39.8052
CIE-Lab56.508138.5085-40.7671

#a671cf color RGB value is (166,113,207).

#a671cf hex color red value is 166, green value is 113 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a671cf hue: 0.76 , saturation: 0.49 and the lightness value of a671cf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110001 11001111
Octal 246 161 317
Decimal 166 113 207
Hex A6 71 CF

RGB Percentages of Color #a671cf

%34.16
%23.25
%42.59

CMYK Percentages of Color #a671cf

%20
%45
%0
%19

Triadic Colors of #a671cf

#a671cf #cfa671 #71cfa6

Analogous Colors of #a671cf

#a671cf #cf71c9 #7771cf

Monochromatic Colors of #a671cf

#a671cf

Complementary Color

#a671cf #9acf71

#a671cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a671cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a671cf Color CSS Codes

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

#a671cf Text Font Color

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

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


#a671cf Background Color

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

This div background color is #a671cf


#a671cf Border Color

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

This div border color is #a671cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a671cf


Comments

No comments written yet.

Please login to write comment.