Color Hex Logo

#a627bd Color Hex

#A627BD
(166,39,189)
0 Favorites   0 Comments

Color spaces of #a627bd

RGB 16639189
HSL0.810.660.45
HSV291°79°74°
CMYK 0.120.790.00   0.26
XYZ25.636713.232249.3470
Yxy13.23220.29060.1500
Hunter Lab36.376162.1429-54.9682
CIE-Lab43.111168.2671-51.7100

#a627bd color RGB value is (166,39,189).

#a627bd hex color red value is 166, green value is 39 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a627bd hue: 0.81 , saturation: 0.66 and the lightness value of a627bd is 0.45.

The process color (four color CMYK) of #a627bd color hex is 0.12, 0.79, 0.00, 0.26. Web safe color of #a627bd is #9933cc. Color #a627bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100111 10111101
Octal 246 47 275
Decimal 166 39 189
Hex A6 27 BD

RGB Percentages of Color #a627bd

%42.13
%9.90
%47.97

CMYK Percentages of Color #a627bd

%12
%79
%0
%26

Triadic Colors of #a627bd

#a627bd #bda627 #27bda6

Analogous Colors of #a627bd

#a627bd #bd2789 #5b27bd

Monochromatic Colors of #a627bd

#a627bd

Complementary Color

#a627bd #3ebd27

#a627bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a627bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a627bd Color CSS Codes

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

#a627bd Text Font Color

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

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


#a627bd Background Color

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

This div background color is #a627bd


#a627bd Border Color

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

This div border color is #a627bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a627bd


Comments

No comments written yet.

Please login to write comment.