Color Hex Logo

#ab97ce Color Hex

#AB97CE
(171,151,206)
0 Favorites   0 Comments

Color spaces of #ab97ce

RGB 171151206
HSL0.730.360.70
HSV262°27°81°
CMYK 0.170.270.00   0.19
XYZ39.001835.247463.1403
Yxy35.24740.28390.2566
Hunter Lab59.369513.3659-21.4971
CIE-Lab65.940818.3580-25.5033

#ab97ce color RGB value is (171,151,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010111 11001110
Octal 253 227 316
Decimal 171 151 206
Hex AB 97 CE

RGB Percentages of Color #ab97ce

%32.39
%28.60
%39.02

CMYK Percentages of Color #ab97ce

%17
%27
%0
%19

Triadic Colors of #ab97ce

#ab97ce #ceab97 #97ceab

Analogous Colors of #ab97ce

#ab97ce #c797ce #979fce

Monochromatic Colors of #ab97ce

#ab97ce

Complementary Color

#ab97ce #bace97

#ab97ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab97ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab97ce Color CSS Codes

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

#ab97ce Text Font Color

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

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


#ab97ce Background Color

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

This div background color is #ab97ce


#ab97ce Border Color

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

This div border color is #ab97ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab97ce


Comments

No comments written yet.

Please login to write comment.