Color Hex Logo

#a727bd Color Hex

#A727BD
(167,39,189)
0 Favorites   0 Comments

Color spaces of #a727bd

RGB 16739189
HSL0.810.660.45
HSV291°79°74°
CMYK 0.120.790.00   0.26
XYZ25.847213.340749.3568
Yxy13.34070.29190.1507
Hunter Lab36.524962.3986-54.5522
CIE-Lab43.272268.4543-51.4424

#a727bd color RGB value is (167,39,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100111 10111101
Octal 247 47 275
Decimal 167 39 189
Hex A7 27 BD

RGB Percentages of Color #a727bd

%42.28
%9.87
%47.85

CMYK Percentages of Color #a727bd

%12
%79
%0
%26

Triadic Colors of #a727bd

#a727bd #bda727 #27bda7

Analogous Colors of #a727bd

#a727bd #bd2788 #5c27bd

Monochromatic Colors of #a727bd

#a727bd

Complementary Color

#a727bd #3dbd27

#a727bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a727bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a727bd Color CSS Codes

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

#a727bd Text Font Color

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

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


#a727bd Background Color

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

This div background color is #a727bd


#a727bd Border Color

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

This div border color is #a727bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a727bd


Comments

No comments written yet.

Please login to write comment.