Color Hex Logo

#ab2bde Color Hex

#AB2BDE
(171,43,222)
0 Favorites   0 Comments

Color spaces of #ab2bde

RGB 17143222
HSL0.790.730.52
HSV283°81°87°
CMYK 0.230.810.00   0.13
XYZ30.843315.659670.5042
Yxy15.65960.26360.1338
Hunter Lab39.572269.8748-77.9340
CIE-Lab46.524774.0899-65.2262

#ab2bde color RGB value is (171,43,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101011 11011110
Octal 253 53 336
Decimal 171 43 222
Hex AB 2B DE

RGB Percentages of Color #ab2bde

%39.22
%9.86
%50.92

CMYK Percentages of Color #ab2bde

%23
%81
%0
%13

Triadic Colors of #ab2bde

#ab2bde #deab2b #2bdeab

Analogous Colors of #ab2bde

#ab2bde #de2bb8 #522bde

Monochromatic Colors of #ab2bde

#ab2bde

Complementary Color

#ab2bde #5ede2b

#ab2bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2bde Color CSS Codes

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

#ab2bde Text Font Color

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

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


#ab2bde Background Color

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

This div background color is #ab2bde


#ab2bde Border Color

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

This div border color is #ab2bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2bde


Comments

No comments written yet.

Please login to write comment.