Color Hex Logo

#ab8cdf Color Hex

#AB8CDF
(171,140,223)
0 Favorites   0 Comments

Color spaces of #ab8cdf

RGB 171140223
HSL0.730.560.71
HSV262°37°87°
CMYK 0.230.370.00   0.13
XYZ39.492032.741874.0504
Yxy32.74180.27000.2238
Hunter Lab57.220523.0601-36.6743
CIE-Lab63.951328.4838-38.0340

#ab8cdf color RGB value is (171,140,223).

#ab8cdf hex color red value is 171, green value is 140 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ab8cdf hue: 0.73 , saturation: 0.56 and the lightness value of ab8cdf is 0.71.

The process color (four color CMYK) of #ab8cdf color hex is 0.23, 0.37, 0.00, 0.13. Web safe color of #ab8cdf is #9999cc. Color #ab8cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001100 11011111
Octal 253 214 337
Decimal 171 140 223
Hex AB 8C DF

RGB Percentages of Color #ab8cdf

%32.02
%26.22
%41.76

CMYK Percentages of Color #ab8cdf

%23
%37
%0
%13

Triadic Colors of #ab8cdf

#ab8cdf #dfab8c #8cdfab

Analogous Colors of #ab8cdf

#ab8cdf #d58cdf #8c97df

Monochromatic Colors of #ab8cdf

#ab8cdf

Complementary Color

#ab8cdf #c0df8c

#ab8cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8cdf Color CSS Codes

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

#ab8cdf Text Font Color

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

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


#ab8cdf Background Color

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

This div background color is #ab8cdf


#ab8cdf Border Color

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

This div border color is #ab8cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8cdf


Comments

No comments written yet.

Please login to write comment.