Color Hex Logo

#ab7adf Color Hex

#AB7ADF
(171,122,223)
0 Favorites   0 Comments

Color spaces of #ab7adf

RGB 171122223
HSL0.750.610.68
HSV269°45°87°
CMYK 0.230.450.00   0.13
XYZ37.073427.904773.2442
Yxy27.90470.26820.2019
Hunter Lab52.824932.8307-45.2309
CIE-Lab59.802538.5887-44.5464

#ab7adf color RGB value is (171,122,223).

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

The process color (four color CMYK) of #ab7adf color hex is 0.23, 0.45, 0.00, 0.13. Web safe color of #ab7adf is #9966cc. Color #ab7adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111010 11011111
Octal 253 172 337
Decimal 171 122 223
Hex AB 7A DF

RGB Percentages of Color #ab7adf

%33.14
%23.64
%43.22

CMYK Percentages of Color #ab7adf

%23
%45
%0
%13

Triadic Colors of #ab7adf

#ab7adf #dfab7a #7adfab

Analogous Colors of #ab7adf

#ab7adf #de7adf #7a7cdf

Monochromatic Colors of #ab7adf

#ab7adf

Complementary Color

#ab7adf #aedf7a

#ab7adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7adf Color CSS Codes

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

#ab7adf Text Font Color

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

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


#ab7adf Background Color

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

This div background color is #ab7adf


#ab7adf Border Color

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

This div border color is #ab7adf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,122,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab7adf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7adf


Comments

No comments written yet.

Please login to write comment.