Color Hex Logo

#ab4ecb Color Hex

#AB4ECB
(171,78,203)
0 Favorites   0 Comments

Color spaces of #ab4ecb

RGB 17178203
HSL0.790.550.55
HSV285°62°80°
CMYK 0.160.620.00   0.20
XYZ30.298518.418558.4581
Yxy18.41850.28270.1719
Hunter Lab42.916850.9135-50.7188
CIE-Lab49.999857.0759-48.7589

#ab4ecb color RGB value is (171,78,203).

#ab4ecb hex color red value is 171, green value is 78 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ab4ecb hue: 0.79 , saturation: 0.55 and the lightness value of ab4ecb is 0.55.

The process color (four color CMYK) of #ab4ecb color hex is 0.16, 0.62, 0.00, 0.20. Web safe color of #ab4ecb is #9966cc. Color #ab4ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001110 11001011
Octal 253 116 313
Decimal 171 78 203
Hex AB 4E CB

RGB Percentages of Color #ab4ecb

%37.83
%17.26
%44.91

CMYK Percentages of Color #ab4ecb

%16
%62
%0
%20

Triadic Colors of #ab4ecb

#ab4ecb #cbab4e #4ecbab

Analogous Colors of #ab4ecb

#ab4ecb #cb4ead #6d4ecb

Monochromatic Colors of #ab4ecb

#ab4ecb

Complementary Color

#ab4ecb #6ecb4e

#ab4ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4ecb Color CSS Codes

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

#ab4ecb Text Font Color

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

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


#ab4ecb Background Color

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

This div background color is #ab4ecb


#ab4ecb Border Color

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

This div border color is #ab4ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4ecb


Comments

No comments written yet.

Please login to write comment.