Color Hex Logo

#ab91ce Color Hex

#AB91CE
(171,145,206)
0 Favorites   0 Comments

Color spaces of #ab91ce

RGB 171145206
HSL0.740.380.69
HSV266°30°81°
CMYK 0.170.300.00   0.19
XYZ38.060633.365062.8266
Yxy33.36500.28350.2485
Hunter Lab57.762416.5322-24.0544
CIE-Lab64.455421.7477-27.7878

#ab91ce color RGB value is (171,145,206).

#ab91ce hex color red value is 171, green value is 145 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ab91ce hue: 0.74 , saturation: 0.38 and the lightness value of ab91ce is 0.69.

The process color (four color CMYK) of #ab91ce color hex is 0.17, 0.30, 0.00, 0.19. Web safe color of #ab91ce is #9999cc. Color #ab91ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 11001110
Octal 253 221 316
Decimal 171 145 206
Hex AB 91 CE

RGB Percentages of Color #ab91ce

%32.76
%27.78
%39.46

CMYK Percentages of Color #ab91ce

%17
%30
%0
%19

Triadic Colors of #ab91ce

#ab91ce #ceab91 #91ceab

Analogous Colors of #ab91ce

#ab91ce #ca91ce #9196ce

Monochromatic Colors of #ab91ce

#ab91ce

Complementary Color

#ab91ce #b4ce91

#ab91ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab91ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab91ce Color CSS Codes

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

#ab91ce Text Font Color

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

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


#ab91ce Background Color

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

This div background color is #ab91ce


#ab91ce Border Color

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

This div border color is #ab91ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab91ce


Comments

No comments written yet.

Please login to write comment.