Color Hex Logo

#ab2ace Color Hex

#AB2ACE
(171,42,206)
0 Favorites   0 Comments

Color spaces of #ab2ace

RGB 17142206
HSL0.800.660.49
HSV287°80°81°
CMYK 0.170.800.00   0.19
XYZ28.763114.770159.7274
Yxy14.77010.27850.1430
Hunter Lab38.431966.3367-65.2409
CIE-Lab45.317771.3876-57.9996

#ab2ace color RGB value is (171,42,206).

#ab2ace hex color red value is 171, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ab2ace hue: 0.80 , saturation: 0.66 and the lightness value of ab2ace is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101010 11001110
Octal 253 52 316
Decimal 171 42 206
Hex AB 2A CE

RGB Percentages of Color #ab2ace

%40.81
%10.02
%49.16

CMYK Percentages of Color #ab2ace

%17
%80
%0
%19

Triadic Colors of #ab2ace

#ab2ace #ceab2a #2aceab

Analogous Colors of #ab2ace

#ab2ace #ce2a9f #592ace

Monochromatic Colors of #ab2ace

#ab2ace

Complementary Color

#ab2ace #4dce2a

#ab2ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2ace Color CSS Codes

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

#ab2ace Text Font Color

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

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


#ab2ace Background Color

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

This div background color is #ab2ace


#ab2ace Border Color

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

This div border color is #ab2ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2ace


Comments

No comments written yet.

Please login to write comment.