Color Hex Logo

#ab5acd Color Hex

#AB5ACD
(171,90,205)
0 Favorites   0 Comments

Color spaces of #ab5acd

RGB 17190205
HSL0.780.530.58
HSV282°56°80°
CMYK 0.170.560.00   0.20
XYZ31.470220.378060.0323
Yxy20.37800.28130.1821
Hunter Lab45.142045.4406-47.2477
CIE-Lab52.261951.6727-46.3049

#ab5acd color RGB value is (171,90,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011010 11001101
Octal 253 132 315
Decimal 171 90 205
Hex AB 5A CD

RGB Percentages of Color #ab5acd

%36.70
%19.31
%43.99

CMYK Percentages of Color #ab5acd

%17
%56
%0
%20

Triadic Colors of #ab5acd

#ab5acd #cdab5a #5acdab

Analogous Colors of #ab5acd

#ab5acd #cd5ab6 #725acd

Monochromatic Colors of #ab5acd

#ab5acd

Complementary Color

#ab5acd #7ccd5a

#ab5acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5acd Color CSS Codes

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

#ab5acd Text Font Color

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

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


#ab5acd Background Color

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

This div background color is #ab5acd


#ab5acd Border Color

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

This div border color is #ab5acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5acd


Comments

No comments written yet.

Please login to write comment.