Color Hex Logo

#ab6bbd Color Hex

#AB6BBD
(171,107,189)
0 Favorites   0 Comments

Color spaces of #ab6bbd

RGB 171107189
HSL0.800.380.58
HSV287°43°74°
CMYK 0.100.430.00   0.26
XYZ31.237622.847450.9077
Yxy22.84740.29750.2176
Hunter Lab47.799033.0053-29.6868
CIE-Lab54.914839.3836-32.9615

#ab6bbd color RGB value is (171,107,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101011 10111101
Octal 253 153 275
Decimal 171 107 189
Hex AB 6B BD

RGB Percentages of Color #ab6bbd

%36.62
%22.91
%40.47

CMYK Percentages of Color #ab6bbd

%10
%43
%0
%26

Triadic Colors of #ab6bbd

#ab6bbd #bdab6b #6bbdab

Analogous Colors of #ab6bbd

#ab6bbd #bd6ba6 #826bbd

Monochromatic Colors of #ab6bbd

#ab6bbd

Complementary Color

#ab6bbd #7dbd6b

#ab6bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6bbd Color CSS Codes

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

#ab6bbd Text Font Color

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

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


#ab6bbd Background Color

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

This div background color is #ab6bbd


#ab6bbd Border Color

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

This div border color is #ab6bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6bbd


Comments

No comments written yet.

Please login to write comment.