Color Hex Logo

#ab8cda Color Hex

#AB8CDA
(171,140,218)
0 Favorites   0 Comments

Color spaces of #ab8cda

RGB 171140218
HSL0.730.510.70
HSV264°36°85°
CMYK 0.220.360.00   0.15
XYZ38.827632.476070.5517
Yxy32.47600.27370.2289
Hunter Lab56.987721.8894-33.5106
CIE-Lab63.734427.3147-35.5933

#ab8cda color RGB value is (171,140,218).

#ab8cda hex color red value is 171, green value is 140 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ab8cda hue: 0.73 , saturation: 0.51 and the lightness value of ab8cda is 0.70.

The process color (four color CMYK) of #ab8cda color hex is 0.22, 0.36, 0.00, 0.15. Web safe color of #ab8cda is #9999cc. Color #ab8cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001100 11011010
Octal 253 214 332
Decimal 171 140 218
Hex AB 8C DA

RGB Percentages of Color #ab8cda

%32.33
%26.47
%41.21

CMYK Percentages of Color #ab8cda

%22
%36
%0
%15

Triadic Colors of #ab8cda

#ab8cda #daab8c #8cdaab

Analogous Colors of #ab8cda

#ab8cda #d28cda #8c94da

Monochromatic Colors of #ab8cda

#ab8cda

Complementary Color

#ab8cda #bbda8c

#ab8cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8cda Color CSS Codes

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

#ab8cda Text Font Color

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

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


#ab8cda Background Color

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

This div background color is #ab8cda


#ab8cda Border Color

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

This div border color is #ab8cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8cda


Comments

No comments written yet.

Please login to write comment.