Color Hex Logo

#ab1edd Color Hex

#AB1EDD
(171,30,221)
0 Favorites   0 Comments

Color spaces of #ab1edd

RGB 17130221
HSL0.790.760.49
HSV284°86°87°
CMYK 0.230.860.00   0.13
XYZ30.310014.806969.6671
Yxy14.80690.26410.1290
Hunter Lab38.479773.2627-80.4080
CIE-Lab45.368677.0813-66.5320

#ab1edd color RGB value is (171,30,221).

#ab1edd hex color red value is 171, green value is 30 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ab1edd hue: 0.79 , saturation: 0.76 and the lightness value of ab1edd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011110 11011101
Octal 253 36 335
Decimal 171 30 221
Hex AB 1E DD

RGB Percentages of Color #ab1edd

%40.52
%7.11
%52.37

CMYK Percentages of Color #ab1edd

%23
%86
%0
%13

Triadic Colors of #ab1edd

#ab1edd #ddab1e #1eddab

Analogous Colors of #ab1edd

#ab1edd #dd1eb0 #4b1edd

Monochromatic Colors of #ab1edd

#ab1edd

Complementary Color

#ab1edd #50dd1e

#ab1edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1edd Color CSS Codes

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

#ab1edd Text Font Color

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

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


#ab1edd Background Color

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

This div background color is #ab1edd


#ab1edd Border Color

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

This div border color is #ab1edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1edd


Comments

No comments written yet.

Please login to write comment.