Color Hex Logo

#ab0fcf Color Hex

#AB0FCF
(171,15,207)
0 Favorites   0 Comments

Color spaces of #ab0fcf

RGB 17115207
HSL0.800.860.44
HSV289°93°81°
CMYK 0.170.930.00   0.19
XYZ28.227913.504660.1504
Yxy13.50460.27710.1326
Hunter Lab36.748672.8021-71.3223
CIE-Lab43.513977.0673-61.4952

#ab0fcf color RGB value is (171,15,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001111 11001111
Octal 253 17 317
Decimal 171 15 207
Hex AB F CF

RGB Percentages of Color #ab0fcf

%43.51
%3.82
%52.67

CMYK Percentages of Color #ab0fcf

%17
%93
%0
%19

Triadic Colors of #ab0fcf

#ab0fcf #cfab0f #0fcfab

Analogous Colors of #ab0fcf

#ab0fcf #cf0f93 #4b0fcf

Monochromatic Colors of #ab0fcf

#ab0fcf

Complementary Color

#ab0fcf #33cf0f

#ab0fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0fcf Color CSS Codes

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

#ab0fcf Text Font Color

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

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


#ab0fcf Background Color

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

This div background color is #ab0fcf


#ab0fcf Border Color

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

This div border color is #ab0fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0fcf


Comments

No comments written yet.

Please login to write comment.