Color Hex Logo

#ab1ecb Color Hex

#AB1ECB
(171,30,203)
0 Favorites   0 Comments

Color spaces of #ab1ecb

RGB 17130203
HSL0.800.740.46
HSV289°85°80°
CMYK 0.160.850.00   0.20
XYZ28.038413.898357.7048
Yxy13.89830.28140.1395
Hunter Lab37.280469.0081-65.6762
CIE-Lab44.086773.8502-58.2527

#ab1ecb color RGB value is (171,30,203).

#ab1ecb hex color red value is 171, green value is 30 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ab1ecb hue: 0.80 , saturation: 0.74 and the lightness value of ab1ecb is 0.46.

The process color (four color CMYK) of #ab1ecb color hex is 0.16, 0.85, 0.00, 0.20. Web safe color of #ab1ecb is #9933cc. Color #ab1ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011110 11001011
Octal 253 36 313
Decimal 171 30 203
Hex AB 1E CB

RGB Percentages of Color #ab1ecb

%42.33
%7.43
%50.25

CMYK Percentages of Color #ab1ecb

%16
%85
%0
%20

Triadic Colors of #ab1ecb

#ab1ecb #cbab1e #1ecbab

Analogous Colors of #ab1ecb

#ab1ecb #cb1e95 #541ecb

Monochromatic Colors of #ab1ecb

#ab1ecb

Complementary Color

#ab1ecb #3ecb1e

#ab1ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1ecb Color CSS Codes

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

#ab1ecb Text Font Color

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

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


#ab1ecb Background Color

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

This div background color is #ab1ecb


#ab1ecb Border Color

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

This div border color is #ab1ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1ecb


Comments

No comments written yet.

Please login to write comment.