Color Hex Logo

#ab2dfd Color Hex

#AB2DFD
(171,45,253)
0 Favorites   0 Comments

Color spaces of #ab2dfd

RGB 17145253
HSL0.770.980.58
HSV276°82°99°
CMYK 0.320.820.00   0.01
XYZ35.462617.626594.4617
Yxy17.62650.24030.1195
Hunter Lab41.983977.3019-104.0107
CIE-Lab49.039979.6098-78.6110

#ab2dfd color RGB value is (171,45,253).

#ab2dfd hex color red value is 171, green value is 45 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ab2dfd hue: 0.77 , saturation: 0.98 and the lightness value of ab2dfd is 0.58.

The process color (four color CMYK) of #ab2dfd color hex is 0.32, 0.82, 0.00, 0.01. Web safe color of #ab2dfd is #9933ff. Color #ab2dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101101 11111101
Octal 253 55 375
Decimal 171 45 253
Hex AB 2D FD

RGB Percentages of Color #ab2dfd

%36.46
%9.59
%53.94

CMYK Percentages of Color #ab2dfd

%32
%82
%0
%1

Triadic Colors of #ab2dfd

#ab2dfd #fdab2d #2dfdab

Analogous Colors of #ab2dfd

#ab2dfd #fd2de7 #432dfd

Monochromatic Colors of #ab2dfd

#ab2dfd

Complementary Color

#ab2dfd #7ffd2d

#ab2dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2dfd Color CSS Codes

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

#ab2dfd Text Font Color

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

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


#ab2dfd Background Color

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

This div background color is #ab2dfd


#ab2dfd Border Color

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

This div border color is #ab2dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2dfd


Comments

No comments written yet.

Please login to write comment.