Color Hex Logo

#ab0cd1 Color Hex

#AB0CD1
(171,12,209)
0 Favorites   0 Comments

Color spaces of #ab0cd1

RGB 17112209
HSL0.800.890.43
HSV288°94°82°
CMYK 0.180.940.00   0.18
XYZ28.434713.524361.4334
Yxy13.52430.27500.1308
Hunter Lab36.775473.6591-73.3013
CIE-Lab43.542877.7553-62.6039

#ab0cd1 color RGB value is (171,12,209).

#ab0cd1 hex color red value is 171, green value is 12 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #ab0cd1 hue: 0.80 , saturation: 0.89 and the lightness value of ab0cd1 is 0.43.

The process color (four color CMYK) of #ab0cd1 color hex is 0.18, 0.94, 0.00, 0.18. Web safe color of #ab0cd1 is #9900cc. Color #ab0cd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001100 11010001
Octal 253 14 321
Decimal 171 12 209
Hex AB C D1

RGB Percentages of Color #ab0cd1

%43.62
%3.06
%53.32

CMYK Percentages of Color #ab0cd1

%18
%94
%0
%18

Triadic Colors of #ab0cd1

#ab0cd1 #d1ab0c #0cd1ab

Analogous Colors of #ab0cd1

#ab0cd1 #d10c95 #480cd1

Monochromatic Colors of #ab0cd1

#ab0cd1

Complementary Color

#ab0cd1 #32d10c

#ab0cd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0cd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0cd1 Color CSS Codes

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

#ab0cd1 Text Font Color

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

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


#ab0cd1 Background Color

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

This div background color is #ab0cd1


#ab0cd1 Border Color

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

This div border color is #ab0cd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0cd1


Comments

No comments written yet.

Please login to write comment.