Color Hex Logo

#ab8dec Color Hex

#AB8DEC
(171,141,236)
0 Favorites   0 Comments

Color spaces of #ab8dec

RGB 171141236
HSL0.720.710.74
HSV259°40°93°
CMYK 0.280.400.00   0.07
XYZ41.459833.763883.6888
Yxy33.76380.26090.2125
Hunter Lab58.106625.6754-44.7185
CIE-Lab64.774731.0316-43.9363

#ab8dec color RGB value is (171,141,236).

#ab8dec hex color red value is 171, green value is 141 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ab8dec hue: 0.72 , saturation: 0.71 and the lightness value of ab8dec is 0.74.

The process color (four color CMYK) of #ab8dec color hex is 0.28, 0.40, 0.00, 0.07. Web safe color of #ab8dec is #9999ff. Color #ab8dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001101 11101100
Octal 253 215 354
Decimal 171 141 236
Hex AB 8D EC

RGB Percentages of Color #ab8dec

%31.20
%25.73
%43.07

CMYK Percentages of Color #ab8dec

%28
%40
%0
%7

Triadic Colors of #ab8dec

#ab8dec #ecab8d #8decab

Analogous Colors of #ab8dec

#ab8dec #db8dec #8d9fec

Monochromatic Colors of #ab8dec

#ab8dec

Complementary Color

#ab8dec #ceec8d

#ab8dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8dec Color CSS Codes

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

#ab8dec Text Font Color

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

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


#ab8dec Background Color

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

This div background color is #ab8dec


#ab8dec Border Color

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

This div border color is #ab8dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8dec


Comments

No comments written yet.

Please login to write comment.