Color Hex Logo

#ab5ace Color Hex

#AB5ACE
(171,90,206)
0 Favorites   0 Comments

Color spaces of #ab5ace

RGB 17190206
HSL0.780.540.58
HSV282°56°81°
CMYK 0.170.560.00   0.19
XYZ31.591320.426560.6702
Yxy20.42650.28030.1813
Hunter Lab45.195745.6771-47.9533
CIE-Lab52.316051.8826-46.7905

#ab5ace color RGB value is (171,90,206).

#ab5ace hex color red value is 171, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ab5ace hue: 0.78 , saturation: 0.54 and the lightness value of ab5ace is 0.58.

The process color (four color CMYK) of #ab5ace color hex is 0.17, 0.56, 0.00, 0.19. Web safe color of #ab5ace is #9966cc. Color #ab5ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011010 11001110
Octal 253 132 316
Decimal 171 90 206
Hex AB 5A CE

RGB Percentages of Color #ab5ace

%36.62
%19.27
%44.11

CMYK Percentages of Color #ab5ace

%17
%56
%0
%19

Triadic Colors of #ab5ace

#ab5ace #ceab5a #5aceab

Analogous Colors of #ab5ace

#ab5ace #ce5ab7 #715ace

Monochromatic Colors of #ab5ace

#ab5ace

Complementary Color

#ab5ace #7dce5a

#ab5ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5ace Color CSS Codes

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

#ab5ace Text Font Color

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

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


#ab5ace Background Color

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

This div background color is #ab5ace


#ab5ace Border Color

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

This div border color is #ab5ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5ace


Comments

No comments written yet.

Please login to write comment.