Color Hex Logo

#ab4cda Color Hex

#AB4CDA
(171,76,218)
0 Favorites   0 Comments

Color spaces of #ab4cda

RGB 17176218
HSL0.780.660.58
HSV280°65°85°
CMYK 0.220.650.00   0.15
XYZ32.033918.888868.2872
Yxy18.88880.26870.1584
Hunter Lab43.461255.5095-62.7348
CIE-Lab50.556961.0753-56.4413

#ab4cda color RGB value is (171,76,218).

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

The process color (four color CMYK) of #ab4cda color hex is 0.22, 0.65, 0.00, 0.15. Web safe color of #ab4cda is #9933cc. Color #ab4cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001100 11011010
Octal 253 114 332
Decimal 171 76 218
Hex AB 4C DA

RGB Percentages of Color #ab4cda

%36.77
%16.34
%46.88

CMYK Percentages of Color #ab4cda

%22
%65
%0
%15

Triadic Colors of #ab4cda

#ab4cda #daab4c #4cdaab

Analogous Colors of #ab4cda

#ab4cda #da4cc2 #644cda

Monochromatic Colors of #ab4cda

#ab4cda

Complementary Color

#ab4cda #7bda4c

#ab4cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4cda Color CSS Codes

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

#ab4cda Text Font Color

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

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


#ab4cda Background Color

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

This div background color is #ab4cda


#ab4cda Border Color

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

This div border color is #ab4cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4cda


Comments

No comments written yet.

Please login to write comment.