Color Hex Logo

#ab65bf Color Hex

#AB65BF
(171,101,191)
0 Favorites   0 Comments

Color spaces of #ab65bf

RGB 171101191
HSL0.800.410.57
HSV287°47°75°
CMYK 0.100.470.00   0.25
XYZ30.852221.726951.8578
Yxy21.72690.29540.2080
Hunter Lab46.612136.5765-33.3339
CIE-Lab53.736043.0396-35.9536

#ab65bf color RGB value is (171,101,191).

#ab65bf hex color red value is 171, green value is 101 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab65bf hue: 0.80 , saturation: 0.41 and the lightness value of ab65bf is 0.57.

The process color (four color CMYK) of #ab65bf color hex is 0.10, 0.47, 0.00, 0.25. Web safe color of #ab65bf is #9966cc. Color #ab65bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100101 10111111
Octal 253 145 277
Decimal 171 101 191
Hex AB 65 BF

RGB Percentages of Color #ab65bf

%36.93
%21.81
%41.25

CMYK Percentages of Color #ab65bf

%10
%47
%0
%25

Triadic Colors of #ab65bf

#ab65bf #bfab65 #65bfab

Analogous Colors of #ab65bf

#ab65bf #bf65a6 #7e65bf

Monochromatic Colors of #ab65bf

#ab65bf

Complementary Color

#ab65bf #79bf65

#ab65bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab65bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab65bf Color CSS Codes

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

#ab65bf Text Font Color

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

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


#ab65bf Background Color

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

This div background color is #ab65bf


#ab65bf Border Color

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

This div border color is #ab65bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab65bf


Comments

No comments written yet.

Please login to write comment.