Color Hex Logo

#ab2fde Color Hex

#AB2FDE
(171,47,222)
0 Favorites   0 Comments

Color spaces of #ab2fde

RGB 17147222
HSL0.780.730.53
HSV283°79°87°
CMYK 0.230.790.00   0.13
XYZ30.995915.964970.5551
Yxy15.96490.26380.1359
Hunter Lab39.956168.5480-76.7259
CIE-Lab46.928472.9155-64.5718

#ab2fde color RGB value is (171,47,222).

#ab2fde hex color red value is 171, green value is 47 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ab2fde hue: 0.78 , saturation: 0.73 and the lightness value of ab2fde is 0.53.

The process color (four color CMYK) of #ab2fde color hex is 0.23, 0.79, 0.00, 0.13. Web safe color of #ab2fde is #9933cc. Color #ab2fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101111 11011110
Octal 253 57 336
Decimal 171 47 222
Hex AB 2F DE

RGB Percentages of Color #ab2fde

%38.86
%10.68
%50.45

CMYK Percentages of Color #ab2fde

%23
%79
%0
%13

Triadic Colors of #ab2fde

#ab2fde #deab2f #2fdeab

Analogous Colors of #ab2fde

#ab2fde #de2fba #532fde

Monochromatic Colors of #ab2fde

#ab2fde

Complementary Color

#ab2fde #62de2f

#ab2fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2fde Color CSS Codes

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

#ab2fde Text Font Color

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

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


#ab2fde Background Color

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

This div background color is #ab2fde


#ab2fde Border Color

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

This div border color is #ab2fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2fde


Comments

No comments written yet.

Please login to write comment.