Color Hex Logo

#ab6bdf Color Hex

#AB6BDF
(171,107,223)
0 Favorites   0 Comments

Color spaces of #ab6bdf

RGB 171107223
HSL0.760.640.65
HSV273°52°87°
CMYK 0.230.520.00   0.13
XYZ35.371624.501072.6769
Yxy24.50100.26690.1848
Hunter Lab49.498540.9337-52.4045
CIE-Lab56.586046.7757-49.6387

#ab6bdf color RGB value is (171,107,223).

#ab6bdf hex color red value is 171, green value is 107 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ab6bdf hue: 0.76 , saturation: 0.64 and the lightness value of ab6bdf is 0.65.

The process color (four color CMYK) of #ab6bdf color hex is 0.23, 0.52, 0.00, 0.13. Web safe color of #ab6bdf is #9966cc. Color #ab6bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101011 11011111
Octal 253 153 337
Decimal 171 107 223
Hex AB 6B DF

RGB Percentages of Color #ab6bdf

%34.13
%21.36
%44.51

CMYK Percentages of Color #ab6bdf

%23
%52
%0
%13

Triadic Colors of #ab6bdf

#ab6bdf #dfab6b #6bdfab

Analogous Colors of #ab6bdf

#ab6bdf #df6bd9 #716bdf

Monochromatic Colors of #ab6bdf

#ab6bdf

Complementary Color

#ab6bdf #9fdf6b

#ab6bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6bdf Color CSS Codes

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

#ab6bdf Text Font Color

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

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


#ab6bdf Background Color

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

This div background color is #ab6bdf


#ab6bdf Border Color

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

This div border color is #ab6bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6bdf


Comments

No comments written yet.

Please login to write comment.