Color Hex Logo

#ab2ccf Color Hex

#AB2CCF
(171,44,207)
0 Favorites   0 Comments

Color spaces of #ab2ccf

RGB 17144207
HSL0.800.650.49
HSV287°79°81°
CMYK 0.170.790.00   0.19
XYZ28.957814.964360.3936
Yxy14.96430.27760.1435
Hunter Lab38.683765.9248-65.4858
CIE-Lab45.585370.9900-58.1448

#ab2ccf color RGB value is (171,44,207).

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

The process color (four color CMYK) of #ab2ccf color hex is 0.17, 0.79, 0.00, 0.19. Web safe color of #ab2ccf is #9933cc. Color #ab2ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101100 11001111
Octal 253 54 317
Decimal 171 44 207
Hex AB 2C CF

RGB Percentages of Color #ab2ccf

%40.52
%10.43
%49.05

CMYK Percentages of Color #ab2ccf

%17
%79
%0
%19

Triadic Colors of #ab2ccf

#ab2ccf #cfab2c #2ccfab

Analogous Colors of #ab2ccf

#ab2ccf #cf2ca2 #5a2ccf

Monochromatic Colors of #ab2ccf

#ab2ccf

Complementary Color

#ab2ccf #50cf2c

#ab2ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2ccf Color CSS Codes

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

#ab2ccf Text Font Color

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

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


#ab2ccf Background Color

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

This div background color is #ab2ccf


#ab2ccf Border Color

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

This div border color is #ab2ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2ccf


Comments

No comments written yet.

Please login to write comment.