Color Hex Logo

#a671bd Color Hex

#A671BD
(166,113,189)
0 Favorites   0 Comments

Color spaces of #a671bd

RGB 166113189
HSL0.780.370.59
HSV282°40°74°
CMYK 0.120.400.00   0.26
XYZ30.816323.591451.0735
Yxy23.59140.29210.2237
Hunter Lab48.571028.2517-28.3451
CIE-Lab55.676434.5428-31.8168

#a671bd color RGB value is (166,113,189).

#a671bd hex color red value is 166, green value is 113 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a671bd hue: 0.78 , saturation: 0.37 and the lightness value of a671bd is 0.59.

The process color (four color CMYK) of #a671bd color hex is 0.12, 0.40, 0.00, 0.26. Web safe color of #a671bd is #9966cc. Color #a671bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110001 10111101
Octal 246 161 275
Decimal 166 113 189
Hex A6 71 BD

RGB Percentages of Color #a671bd

%35.47
%24.15
%40.38

CMYK Percentages of Color #a671bd

%12
%40
%0
%26

Triadic Colors of #a671bd

#a671bd #bda671 #71bda6

Analogous Colors of #a671bd

#a671bd #bd71ae #8071bd

Monochromatic Colors of #a671bd

#a671bd

Complementary Color

#a671bd #88bd71

#a671bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a671bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a671bd Color CSS Codes

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

#a671bd Text Font Color

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

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


#a671bd Background Color

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

This div background color is #a671bd


#a671bd Border Color

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

This div border color is #a671bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a671bd


Comments

No comments written yet.

Please login to write comment.