Color Hex Logo

#ab7abd Color Hex

#AB7ABD
(171,122,189)
0 Favorites   0 Comments

Color spaces of #ab7abd

RGB 171122189
HSL0.790.340.61
HSV284°35°74°
CMYK 0.100.350.00   0.26
XYZ32.939426.251151.4750
Yxy26.25110.29760.2372
Hunter Lab51.235825.0946-23.7017
CIE-Lab58.274631.0571-27.7432

#ab7abd color RGB value is (171,122,189).

#ab7abd hex color red value is 171, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab7abd hue: 0.79 , saturation: 0.34 and the lightness value of ab7abd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111010 10111101
Octal 253 172 275
Decimal 171 122 189
Hex AB 7A BD

RGB Percentages of Color #ab7abd

%35.48
%25.31
%39.21

CMYK Percentages of Color #ab7abd

%10
%35
%0
%26

Triadic Colors of #ab7abd

#ab7abd #bdab7a #7abdab

Analogous Colors of #ab7abd

#ab7abd #bd7aae #8a7abd

Monochromatic Colors of #ab7abd

#ab7abd

Complementary Color

#ab7abd #8cbd7a

#ab7abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7abd Color CSS Codes

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

#ab7abd Text Font Color

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

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


#ab7abd Background Color

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

This div background color is #ab7abd


#ab7abd Border Color

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

This div border color is #ab7abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7abd


Comments

No comments written yet.

Please login to write comment.