Color Hex Logo

#ab69bd Color Hex

#AB69BD
(171,105,189)
0 Favorites   0 Comments

Color spaces of #ab69bd

RGB 171105189
HSL0.800.390.58
HSV287°44°74°
CMYK 0.100.440.00   0.26
XYZ31.031522.435250.8390
Yxy22.43520.29750.2151
Hunter Lab47.365834.0533-30.4815
CIE-Lab54.485740.4724-33.6314

#ab69bd color RGB value is (171,105,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101001 10111101
Octal 253 151 275
Decimal 171 105 189
Hex AB 69 BD

RGB Percentages of Color #ab69bd

%36.77
%22.58
%40.65

CMYK Percentages of Color #ab69bd

%10
%44
%0
%26

Triadic Colors of #ab69bd

#ab69bd #bdab69 #69bdab

Analogous Colors of #ab69bd

#ab69bd #bd69a5 #8169bd

Monochromatic Colors of #ab69bd

#ab69bd

Complementary Color

#ab69bd #7bbd69

#ab69bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab69bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab69bd Color CSS Codes

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

#ab69bd Text Font Color

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

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


#ab69bd Background Color

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

This div background color is #ab69bd


#ab69bd Border Color

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

This div border color is #ab69bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab69bd

#ab69bd Color Palettes


Comments

No comments written yet.

Please login to write comment.