Color Hex Logo

#ab68dd Color Hex

#AB68DD
(171,104,221)
0 Favorites   0 Comments

Color spaces of #ab68dd

RGB 171104221
HSL0.760.630.64
HSV274°53°87°
CMYK 0.230.530.00   0.13
XYZ34.796023.779071.1625
Yxy23.77900.26820.1833
Hunter Lab48.763742.0346-52.3893
CIE-Lab55.865847.9181-49.6577

#ab68dd color RGB value is (171,104,221).

#ab68dd hex color red value is 171, green value is 104 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ab68dd hue: 0.76 , saturation: 0.63 and the lightness value of ab68dd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101000 11011101
Octal 253 150 335
Decimal 171 104 221
Hex AB 68 DD

RGB Percentages of Color #ab68dd

%34.48
%20.97
%44.56

CMYK Percentages of Color #ab68dd

%23
%53
%0
%13

Triadic Colors of #ab68dd

#ab68dd #ddab68 #68ddab

Analogous Colors of #ab68dd

#ab68dd #dd68d5 #7168dd

Monochromatic Colors of #ab68dd

#ab68dd

Complementary Color

#ab68dd #9add68

#ab68dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab68dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab68dd Color CSS Codes

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

#ab68dd Text Font Color

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

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


#ab68dd Background Color

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

This div background color is #ab68dd


#ab68dd Border Color

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

This div border color is #ab68dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab68dd


Comments

No comments written yet.

Please login to write comment.