Color Hex Logo

#ab8fdd Color Hex

#AB8FDD
(171,143,221)
0 Favorites   0 Comments

Color spaces of #ab8fdd

RGB 171143221
HSL0.730.530.71
HSV262°35°87°
CMYK 0.230.350.00   0.13
XYZ39.668233.523372.7865
Yxy33.52330.27170.2296
Hunter Lab57.899320.9708-34.0053
CIE-Lab64.582426.3175-35.9395

#ab8fdd color RGB value is (171,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001111 11011101
Octal 253 217 335
Decimal 171 143 221
Hex AB 8F DD

RGB Percentages of Color #ab8fdd

%31.96
%26.73
%41.31

CMYK Percentages of Color #ab8fdd

%23
%35
%0
%13

Triadic Colors of #ab8fdd

#ab8fdd #ddab8f #8fddab

Analogous Colors of #ab8fdd

#ab8fdd #d28fdd #8f9add

Monochromatic Colors of #ab8fdd

#ab8fdd

Complementary Color

#ab8fdd #c1dd8f

#ab8fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8fdd Color CSS Codes

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

#ab8fdd Text Font Color

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

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


#ab8fdd Background Color

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

This div background color is #ab8fdd


#ab8fdd Border Color

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

This div border color is #ab8fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8fdd


Comments

No comments written yet.

Please login to write comment.