Color Hex Logo

#ab6dda Color Hex

#AB6DDA
(171,109,218)
0 Favorites   0 Comments

Color spaces of #ab6dda

RGB 171109218
HSL0.760.600.64
HSV274°50°85°
CMYK 0.220.500.00   0.15
XYZ34.918124.657269.2486
Yxy24.65720.27110.1914
Hunter Lab49.656038.6231-47.9246
CIE-Lab56.739944.5686-46.5805

#ab6dda color RGB value is (171,109,218).

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

The process color (four color CMYK) of #ab6dda color hex is 0.22, 0.50, 0.00, 0.15. Web safe color of #ab6dda is #9966cc. Color #ab6dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101101 11011010
Octal 253 155 332
Decimal 171 109 218
Hex AB 6D DA

RGB Percentages of Color #ab6dda

%34.34
%21.89
%43.78

CMYK Percentages of Color #ab6dda

%22
%50
%0
%15

Triadic Colors of #ab6dda

#ab6dda #daab6d #6ddaab

Analogous Colors of #ab6dda

#ab6dda #da6dd3 #756dda

Monochromatic Colors of #ab6dda

#ab6dda

Complementary Color

#ab6dda #9cda6d

#ab6dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6dda Color CSS Codes

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

#ab6dda Text Font Color

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

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


#ab6dda Background Color

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

This div background color is #ab6dda


#ab6dda Border Color

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

This div border color is #ab6dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6dda


Comments

No comments written yet.

Please login to write comment.