Color Hex Logo

#ab8ceb Color Hex

#AB8CEB
(171,140,235)
0 Favorites   0 Comments

Color spaces of #ab8ceb

RGB 171140235
HSL0.720.700.74
HSV260°40°92°
CMYK 0.270.400.00   0.08
XYZ41.168133.412382.8767
Yxy33.41230.26150.2122
Hunter Lab57.803425.9735-44.5458
CIE-Lab64.493431.3526-43.8267

#ab8ceb color RGB value is (171,140,235).

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

The process color (four color CMYK) of #ab8ceb color hex is 0.27, 0.40, 0.00, 0.08. Web safe color of #ab8ceb is #9999ff. Color #ab8ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001100 11101011
Octal 253 214 353
Decimal 171 140 235
Hex AB 8C EB

RGB Percentages of Color #ab8ceb

%31.32
%25.64
%43.04

CMYK Percentages of Color #ab8ceb

%27
%40
%0
%8

Triadic Colors of #ab8ceb

#ab8ceb #ebab8c #8cebab

Analogous Colors of #ab8ceb

#ab8ceb #db8ceb #8c9deb

Monochromatic Colors of #ab8ceb

#ab8ceb

Complementary Color

#ab8ceb #cceb8c

#ab8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8ceb Color CSS Codes

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

#ab8ceb Text Font Color

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

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


#ab8ceb Background Color

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

This div background color is #ab8ceb


#ab8ceb Border Color

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

This div border color is #ab8ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8ceb


Comments

No comments written yet.

Please login to write comment.