Color Hex Logo

#a761bd Color Hex

#A761BD
(167,97,189)
0 Favorites   0 Comments

Color spaces of #a761bd

RGB 16797189
HSL0.790.410.56
HSV286°49°74°
CMYK 0.120.490.00   0.26
XYZ29.396420.439050.5399
Yxy20.43900.29290.2036
Hunter Lab45.209536.9487-34.6339
CIE-Lab52.330043.6081-37.0434

#a761bd color RGB value is (167,97,189).

#a761bd hex color red value is 167, green value is 97 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a761bd hue: 0.79 , saturation: 0.41 and the lightness value of a761bd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100001 10111101
Octal 247 141 275
Decimal 167 97 189
Hex A7 61 BD

RGB Percentages of Color #a761bd

%36.87
%21.41
%41.72

CMYK Percentages of Color #a761bd

%12
%49
%0
%26

Triadic Colors of #a761bd

#a761bd #bda761 #61bda7

Analogous Colors of #a761bd

#a761bd #bd61a5 #7961bd

Monochromatic Colors of #a761bd

#a761bd

Complementary Color

#a761bd #77bd61

#a761bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a761bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a761bd Color CSS Codes

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

#a761bd Text Font Color

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

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


#a761bd Background Color

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

This div background color is #a761bd


#a761bd Border Color

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

This div border color is #a761bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a761bd


Comments

No comments written yet.

Please login to write comment.