Color Hex Logo

#ab84cf Color Hex

#AB84CF
(171,132,207)
0 Favorites   0 Comments

Color spaces of #ab84cf

RGB 171132207
HSL0.750.440.66
HSV271°36°81°
CMYK 0.170.360.00   0.19
XYZ36.308329.665462.8438
Yxy29.66540.28190.2303
Hunter Lab54.466023.6769-30.2837
CIE-Lab61.364429.3258-33.1322

#ab84cf color RGB value is (171,132,207).

#ab84cf hex color red value is 171, green value is 132 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ab84cf hue: 0.75 , saturation: 0.44 and the lightness value of ab84cf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000100 11001111
Octal 253 204 317
Decimal 171 132 207
Hex AB 84 CF

RGB Percentages of Color #ab84cf

%33.53
%25.88
%40.59

CMYK Percentages of Color #ab84cf

%17
%36
%0
%19

Triadic Colors of #ab84cf

#ab84cf #cfab84 #84cfab

Analogous Colors of #ab84cf

#ab84cf #cf84ce #8684cf

Monochromatic Colors of #ab84cf

#ab84cf

Complementary Color

#ab84cf #a8cf84

#ab84cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab84cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab84cf Color CSS Codes

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

#ab84cf Text Font Color

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

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


#ab84cf Background Color

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

This div background color is #ab84cf


#ab84cf Border Color

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

This div border color is #ab84cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab84cf


Comments

No comments written yet.

Please login to write comment.