Color Hex Logo

#a671ca Color Hex

#A671CA
(166,113,202)
0 Favorites   0 Comments

Color spaces of #a671ca

RGB 166113202
HSL0.770.460.62
HSV276°44°79°
CMYK 0.180.440.00   0.21
XYZ32.291724.181558.8427
Yxy24.18150.28000.2097
Hunter Lab49.174731.1605-36.5245
CIE-Lab56.269137.3846-38.3056

#a671ca color RGB value is (166,113,202).

#a671ca hex color red value is 166, green value is 113 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a671ca hue: 0.77 , saturation: 0.46 and the lightness value of a671ca is 0.62.

The process color (four color CMYK) of #a671ca color hex is 0.18, 0.44, 0.00, 0.21. Web safe color of #a671ca is #9966cc. Color #a671ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110001 11001010
Octal 246 161 312
Decimal 166 113 202
Hex A6 71 CA

RGB Percentages of Color #a671ca

%34.51
%23.49
%42.00

CMYK Percentages of Color #a671ca

%18
%44
%0
%21

Triadic Colors of #a671ca

#a671ca #caa671 #71caa6

Analogous Colors of #a671ca

#a671ca #ca71c2 #7a71ca

Monochromatic Colors of #a671ca

#a671ca

Complementary Color

#a671ca #95ca71

#a671ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a671ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a671ca Color CSS Codes

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

#a671ca Text Font Color

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

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


#a671ca Background Color

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

This div background color is #a671ca


#a671ca Border Color

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

This div border color is #a671ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a671ca


Comments

No comments written yet.

Please login to write comment.