Color Hex Logo

#ab0bcf Color Hex

#AB0BCF
(171,11,207)
0 Favorites   0 Comments

Color spaces of #ab0bcf

RGB 17111207
HSL0.800.900.43
HSV289°95°81°
CMYK 0.170.950.00   0.19
XYZ28.176713.402360.1333
Yxy13.40230.27700.1318
Hunter Lab36.609273.3188-71.7619
CIE-Lab43.363377.5149-61.7394

#ab0bcf color RGB value is (171,11,207).

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

The process color (four color CMYK) of #ab0bcf color hex is 0.17, 0.95, 0.00, 0.19. Web safe color of #ab0bcf is #9900cc. Color #ab0bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001011 11001111
Octal 253 13 317
Decimal 171 11 207
Hex AB B CF

RGB Percentages of Color #ab0bcf

%43.96
%2.83
%53.21

CMYK Percentages of Color #ab0bcf

%17
%95
%0
%19

Triadic Colors of #ab0bcf

#ab0bcf #cfab0b #0bcfab

Analogous Colors of #ab0bcf

#ab0bcf #cf0b91 #490bcf

Monochromatic Colors of #ab0bcf

#ab0bcf

Complementary Color

#ab0bcf #2fcf0b

#ab0bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0bcf Color CSS Codes

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

#ab0bcf Text Font Color

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

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


#ab0bcf Background Color

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

This div background color is #ab0bcf


#ab0bcf Border Color

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

This div border color is #ab0bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0bcf


Comments

No comments written yet.

Please login to write comment.