Color Hex Logo

#ab61bd Color Hex

#AB61BD
(171,97,189)
0 Favorites   0 Comments

Color spaces of #ab61bd

RGB 17197189
HSL0.800.410.56
HSV288°49°74°
CMYK 0.100.490.00   0.26
XYZ30.254620.881450.5800
Yxy20.88140.29740.2053
Hunter Lab45.696238.2133-33.6394
CIE-Lab52.819444.7572-36.2404

#ab61bd color RGB value is (171,97,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100001 10111101
Octal 253 141 275
Decimal 171 97 189
Hex AB 61 BD

RGB Percentages of Color #ab61bd

%37.42
%21.23
%41.36

CMYK Percentages of Color #ab61bd

%10
%49
%0
%26

Triadic Colors of #ab61bd

#ab61bd #bdab61 #61bdab

Analogous Colors of #ab61bd

#ab61bd #bd61a1 #7d61bd

Monochromatic Colors of #ab61bd

#ab61bd

Complementary Color

#ab61bd #73bd61

#ab61bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab61bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab61bd Color CSS Codes

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

#ab61bd Text Font Color

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

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


#ab61bd Background Color

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

This div background color is #ab61bd


#ab61bd Border Color

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

This div border color is #ab61bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab61bd


Comments

No comments written yet.

Please login to write comment.