Color Hex Logo

#ab9ceb Color Hex

#AB9CEB
(171,156,235)
0 Favorites   0 Comments

Color spaces of #ab9ceb

RGB 171156235
HSL0.700.660.77
HSV251°34°92°
CMYK 0.270.340.00   0.08
XYZ43.678438.433083.7135
Yxy38.43300.26340.2318
Hunter Lab61.994417.2729-36.6657
CIE-Lab68.338522.3167-37.8097

#ab9ceb color RGB value is (171,156,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011100 11101011
Octal 253 234 353
Decimal 171 156 235
Hex AB 9C EB

RGB Percentages of Color #ab9ceb

%30.43
%27.76
%41.81

CMYK Percentages of Color #ab9ceb

%27
%34
%0
%8

Triadic Colors of #ab9ceb

#ab9ceb #ebab9c #9cebab

Analogous Colors of #ab9ceb

#ab9ceb #d39ceb #9cb5eb

Monochromatic Colors of #ab9ceb

#ab9ceb

Complementary Color

#ab9ceb #dceb9c

#ab9ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9ceb Color CSS Codes

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

#ab9ceb Text Font Color

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

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


#ab9ceb Background Color

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

This div background color is #ab9ceb


#ab9ceb Border Color

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

This div border color is #ab9ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9ceb


Comments

No comments written yet.

Please login to write comment.