Color Hex Logo

#ab6cda Color Hex

#AB6CDA
(171,108,218)
0 Favorites   0 Comments

Color spaces of #ab6cda

RGB 171108218
HSL0.760.600.64
HSV274°50°85°
CMYK 0.220.500.00   0.15
XYZ34.812024.445069.2132
Yxy24.44500.27100.1903
Hunter Lab49.441939.1584-48.3902
CIE-Lab56.530645.1075-46.9120

#ab6cda color RGB value is (171,108,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101100 11011010
Octal 253 154 332
Decimal 171 108 218
Hex AB 6C DA

RGB Percentages of Color #ab6cda

%34.41
%21.73
%43.86

CMYK Percentages of Color #ab6cda

%22
%50
%0
%15

Triadic Colors of #ab6cda

#ab6cda #daab6c #6cdaab

Analogous Colors of #ab6cda

#ab6cda #da6cd2 #746cda

Monochromatic Colors of #ab6cda

#ab6cda

Complementary Color

#ab6cda #9bda6c

#ab6cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6cda Color CSS Codes

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

#ab6cda Text Font Color

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

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


#ab6cda Background Color

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

This div background color is #ab6cda


#ab6cda Border Color

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

This div border color is #ab6cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6cda


Comments

No comments written yet.

Please login to write comment.