Color Hex Logo

#ab1ebd Color Hex

#AB1EBD
(171,30,189)
0 Favorites   0 Comments

Color spaces of #ab1ebd

RGB 17130189
HSL0.810.730.43
HSV293°84°74°
CMYK 0.100.840.00   0.26
XYZ26.444213.260649.3099
Yxy13.26060.29710.1490
Hunter Lab36.415165.8981-54.7943
CIE-Lab43.153371.4418-51.5986

#ab1ebd color RGB value is (171,30,189).

#ab1ebd hex color red value is 171, green value is 30 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab1ebd hue: 0.81 , saturation: 0.73 and the lightness value of ab1ebd is 0.43.

The process color (four color CMYK) of #ab1ebd color hex is 0.10, 0.84, 0.00, 0.26. Web safe color of #ab1ebd is #9933cc. Color #ab1ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011110 10111101
Octal 253 36 275
Decimal 171 30 189
Hex AB 1E BD

RGB Percentages of Color #ab1ebd

%43.85
%7.69
%48.46

CMYK Percentages of Color #ab1ebd

%10
%84
%0
%26

Triadic Colors of #ab1ebd

#ab1ebd #bdab1e #1ebdab

Analogous Colors of #ab1ebd

#ab1ebd #bd1e80 #5c1ebd

Monochromatic Colors of #ab1ebd

#ab1ebd

Complementary Color

#ab1ebd #30bd1e

#ab1ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1ebd Color CSS Codes

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

#ab1ebd Text Font Color

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

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


#ab1ebd Background Color

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

This div background color is #ab1ebd


#ab1ebd Border Color

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

This div border color is #ab1ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1ebd


Comments

No comments written yet.

Please login to write comment.