Color Hex Logo

#ab2fcb Color Hex

#AB2FCB
(171,47,203)
0 Favorites   0 Comments

Color spaces of #ab2fcb

RGB 17147203
HSL0.800.620.49
HSV288°77°80°
CMYK 0.160.770.00   0.20
XYZ28.590615.002857.8888
Yxy15.00280.28170.1478
Hunter Lab38.733463.9740-61.4980
CIE-Lab45.638069.3344-55.7498

#ab2fcb color RGB value is (171,47,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101111 11001011
Octal 253 57 313
Decimal 171 47 203
Hex AB 2F CB

RGB Percentages of Color #ab2fcb

%40.62
%11.16
%48.22

CMYK Percentages of Color #ab2fcb

%16
%77
%0
%20

Triadic Colors of #ab2fcb

#ab2fcb #cbab2f #2fcbab

Analogous Colors of #ab2fcb

#ab2fcb #cb2f9d #5d2fcb

Monochromatic Colors of #ab2fcb

#ab2fcb

Complementary Color

#ab2fcb #4fcb2f

#ab2fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2fcb Color CSS Codes

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

#ab2fcb Text Font Color

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

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


#ab2fcb Background Color

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

This div background color is #ab2fcb


#ab2fcb Border Color

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

This div border color is #ab2fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2fcb


Comments

No comments written yet.

Please login to write comment.