Color Hex Logo

#ab83cf Color Hex

#AB83CF
(171,131,207)
0 Favorites   0 Comments

Color spaces of #ab83cf

RGB 171131207
HSL0.750.440.66
HSV272°37°81°
CMYK 0.170.370.00   0.19
XYZ36.173429.395562.7988
Yxy29.39550.28180.2290
Hunter Lab54.217624.2124-30.7217
CIE-Lab61.129129.8903-33.4982

#ab83cf color RGB value is (171,131,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000011 11001111
Octal 253 203 317
Decimal 171 131 207
Hex AB 83 CF

RGB Percentages of Color #ab83cf

%33.60
%25.74
%40.67

CMYK Percentages of Color #ab83cf

%17
%37
%0
%19

Triadic Colors of #ab83cf

#ab83cf #cfab83 #83cfab

Analogous Colors of #ab83cf

#ab83cf #cf83cd #8583cf

Monochromatic Colors of #ab83cf

#ab83cf

Complementary Color

#ab83cf #a7cf83

#ab83cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab83cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab83cf Color CSS Codes

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

#ab83cf Text Font Color

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

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


#ab83cf Background Color

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

This div background color is #ab83cf


#ab83cf Border Color

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

This div border color is #ab83cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,131,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 #ab83cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab83cf


Comments

No comments written yet.

Please login to write comment.