Color Hex Logo

#ab5ecb Color Hex

#AB5ECB
(171,94,203)
0 Favorites   0 Comments

Color spaces of #ab5ecb

RGB 17194203
HSL0.780.510.58
HSV282°54°80°
CMYK 0.160.540.00   0.20
XYZ31.576820.975158.8842
Yxy20.97510.28340.1882
Hunter Lab45.798642.9231-44.1714
CIE-Lab52.922249.2167-44.1143

#ab5ecb color RGB value is (171,94,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011110 11001011
Octal 253 136 313
Decimal 171 94 203
Hex AB 5E CB

RGB Percentages of Color #ab5ecb

%36.54
%20.09
%43.38

CMYK Percentages of Color #ab5ecb

%16
%54
%0
%20

Triadic Colors of #ab5ecb

#ab5ecb #cbab5e #5ecbab

Analogous Colors of #ab5ecb

#ab5ecb #cb5eb5 #755ecb

Monochromatic Colors of #ab5ecb

#ab5ecb

Complementary Color

#ab5ecb #7ecb5e

#ab5ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5ecb Color CSS Codes

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

#ab5ecb Text Font Color

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

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


#ab5ecb Background Color

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

This div background color is #ab5ecb


#ab5ecb Border Color

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

This div border color is #ab5ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5ecb


Comments

No comments written yet.

Please login to write comment.