Color Hex Logo

#ab6cdd Color Hex

#AB6CDD
(171,108,221)
0 Favorites   0 Comments

Color spaces of #ab6cdd

RGB 171108221
HSL0.760.620.65
HSV273°51°87°
CMYK 0.230.510.00   0.13
XYZ35.208324.603571.2999
Yxy24.60350.26850.1877
Hunter Lab49.601939.8990-50.5046
CIE-Lab56.687045.7857-48.3534

#ab6cdd color RGB value is (171,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101100 11011101
Octal 253 154 335
Decimal 171 108 221
Hex AB 6C DD

RGB Percentages of Color #ab6cdd

%34.20
%21.60
%44.20

CMYK Percentages of Color #ab6cdd

%23
%51
%0
%13

Triadic Colors of #ab6cdd

#ab6cdd #ddab6c #6cddab

Analogous Colors of #ab6cdd

#ab6cdd #dd6cd7 #736cdd

Monochromatic Colors of #ab6cdd

#ab6cdd

Complementary Color

#ab6cdd #9edd6c

#ab6cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6cdd Color CSS Codes

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

#ab6cdd Text Font Color

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

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


#ab6cdd Background Color

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

This div background color is #ab6cdd


#ab6cdd Border Color

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

This div border color is #ab6cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6cdd


Comments

No comments written yet.

Please login to write comment.