Color Hex Logo

#ab2dda Color Hex

#AB2DDA
(171,45,218)
0 Favorites   0 Comments

Color spaces of #ab2dda

RGB 17145218
HSL0.790.700.52
HSV284°79°85°
CMYK 0.220.790.00   0.15
XYZ30.387915.596767.7385
Yxy15.59670.26720.1371
Hunter Lab39.492768.2359-74.0504
CIE-Lab46.440972.7518-63.0781

#ab2dda color RGB value is (171,45,218).

#ab2dda hex color red value is 171, green value is 45 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ab2dda hue: 0.79 , saturation: 0.70 and the lightness value of ab2dda is 0.52.

The process color (four color CMYK) of #ab2dda color hex is 0.22, 0.79, 0.00, 0.15. Web safe color of #ab2dda is #9933cc. Color #ab2dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101101 11011010
Octal 253 55 332
Decimal 171 45 218
Hex AB 2D DA

RGB Percentages of Color #ab2dda

%39.40
%10.37
%50.23

CMYK Percentages of Color #ab2dda

%22
%79
%0
%15

Triadic Colors of #ab2dda

#ab2dda #daab2d #2ddaab

Analogous Colors of #ab2dda

#ab2dda #da2db3 #552dda

Monochromatic Colors of #ab2dda

#ab2dda

Complementary Color

#ab2dda #5cda2d

#ab2dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2dda Color CSS Codes

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

#ab2dda Text Font Color

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

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


#ab2dda Background Color

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

This div background color is #ab2dda


#ab2dda Border Color

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

This div border color is #ab2dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2dda


Comments

No comments written yet.

Please login to write comment.