Color Hex Logo

#ab96ca Color Hex

#AB96CA
(171,150,202)
0 Favorites   0 Comments

Color spaces of #ab96ca

RGB 171150202
HSL0.730.330.69
HSV264°26°79°
CMYK 0.150.260.00   0.21
XYZ38.361634.734960.5597
Yxy34.73490.28700.2599
Hunter Lab58.936313.0469-19.6677
CIE-Lab65.541718.0340-23.8875

#ab96ca color RGB value is (171,150,202).

#ab96ca hex color red value is 171, green value is 150 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ab96ca hue: 0.73 , saturation: 0.33 and the lightness value of ab96ca is 0.69.

The process color (four color CMYK) of #ab96ca color hex is 0.15, 0.26, 0.00, 0.21. Web safe color of #ab96ca is #9999cc. Color #ab96ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010110 11001010
Octal 253 226 312
Decimal 171 150 202
Hex AB 96 CA

RGB Percentages of Color #ab96ca

%32.70
%28.68
%38.62

CMYK Percentages of Color #ab96ca

%15
%26
%0
%21

Triadic Colors of #ab96ca

#ab96ca #caab96 #96caab

Analogous Colors of #ab96ca

#ab96ca #c596ca #969bca

Monochromatic Colors of #ab96ca

#ab96ca

Complementary Color

#ab96ca #b5ca96

#ab96ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab96ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab96ca Color CSS Codes

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

#ab96ca Text Font Color

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

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


#ab96ca Background Color

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

This div background color is #ab96ca


#ab96ca Border Color

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

This div border color is #ab96ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab96ca


Comments

No comments written yet.

Please login to write comment.