Color Hex Logo

#ab46cf Color Hex

#AB46CF
(171,70,207)
0 Favorites   0 Comments

Color spaces of #ab46cf

RGB 17170207
HSL0.790.590.54
HSV284°66°81°
CMYK 0.170.660.00   0.19
XYZ30.247217.543260.8235
Yxy17.54320.27850.1615
Hunter Lab41.884655.6067-56.7798
CIE-Lab48.937361.4628-52.7544

#ab46cf color RGB value is (171,70,207).

#ab46cf hex color red value is 171, green value is 70 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ab46cf hue: 0.79 , saturation: 0.59 and the lightness value of ab46cf is 0.54.

The process color (four color CMYK) of #ab46cf color hex is 0.17, 0.66, 0.00, 0.19. Web safe color of #ab46cf is #9933cc. Color #ab46cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000110 11001111
Octal 253 106 317
Decimal 171 70 207
Hex AB 46 CF

RGB Percentages of Color #ab46cf

%38.17
%15.63
%46.21

CMYK Percentages of Color #ab46cf

%17
%66
%0
%19

Triadic Colors of #ab46cf

#ab46cf #cfab46 #46cfab

Analogous Colors of #ab46cf

#ab46cf #cf46af #6746cf

Monochromatic Colors of #ab46cf

#ab46cf

Complementary Color

#ab46cf #6acf46

#ab46cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab46cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab46cf Color CSS Codes

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

#ab46cf Text Font Color

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

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


#ab46cf Background Color

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

This div background color is #ab46cf


#ab46cf Border Color

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

This div border color is #ab46cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab46cf


Comments

No comments written yet.

Please login to write comment.