Color Hex Logo

#ab91dd Color Hex

#AB91DD
(171,145,221)
0 Favorites   0 Comments

Color spaces of #ab91dd

RGB 171145221
HSL0.720.530.72
HSV261°34°87°
CMYK 0.230.340.00   0.13
XYZ39.971134.129272.8875
Yxy34.12920.27190.2322
Hunter Lab58.420219.8943-33.0786
CIE-Lab65.065025.1861-35.1883

#ab91dd color RGB value is (171,145,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 11011101
Octal 253 221 335
Decimal 171 145 221
Hex AB 91 DD

RGB Percentages of Color #ab91dd

%31.84
%27.00
%41.15

CMYK Percentages of Color #ab91dd

%23
%34
%0
%13

Triadic Colors of #ab91dd

#ab91dd #ddab91 #91ddab

Analogous Colors of #ab91dd

#ab91dd #d191dd #919ddd

Monochromatic Colors of #ab91dd

#ab91dd

Complementary Color

#ab91dd #c3dd91

#ab91dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab91dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab91dd Color CSS Codes

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

#ab91dd Text Font Color

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

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


#ab91dd Background Color

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

This div background color is #ab91dd


#ab91dd Border Color

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

This div border color is #ab91dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab91dd


Comments

No comments written yet.

Please login to write comment.