Color Hex Logo

#ab3faf Color Hex

#AB3FAF
(171,63,175)
0 Favorites   0 Comments

Color spaces of #ab3faf

RGB 17163175
HSL0.830.470.47
HSV298°64°69°
CMYK 0.020.640.00   0.31
XYZ26.310015.308142.1255
Yxy15.30810.31420.1828
Hunter Lab39.125651.5626-36.4481
CIE-Lab46.053358.3886-38.7446

#ab3faf color RGB value is (171,63,175).

#ab3faf hex color red value is 171, green value is 63 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ab3faf hue: 0.83 , saturation: 0.47 and the lightness value of ab3faf is 0.47.

The process color (four color CMYK) of #ab3faf color hex is 0.02, 0.64, 0.00, 0.31. Web safe color of #ab3faf is #993399. Color #ab3faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111111 10101111
Octal 253 77 257
Decimal 171 63 175
Hex AB 3F AF

RGB Percentages of Color #ab3faf

%41.81
%15.40
%42.79

CMYK Percentages of Color #ab3faf

%2
%64
%0
%31

Triadic Colors of #ab3faf

#ab3faf #afab3f #3fafab

Analogous Colors of #ab3faf

#ab3faf #af3f7b #733faf

Monochromatic Colors of #ab3faf

#ab3faf

Complementary Color

#ab3faf #43af3f

#ab3faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3faf Color CSS Codes

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

#ab3faf Text Font Color

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

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


#ab3faf Background Color

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

This div background color is #ab3faf


#ab3faf Border Color

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

This div border color is #ab3faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3faf


Comments

No comments written yet.

Please login to write comment.