Color Hex Logo

#ab1ece Color Hex

#AB1ECE
(171,30,206)
0 Favorites   0 Comments

Color spaces of #ab1ece

RGB 17130206
HSL0.800.750.46
HSV288°85°81°
CMYK 0.170.850.00   0.19
XYZ28.399414.042759.6062
Yxy14.04270.27830.1376
Hunter Lab37.473669.6976-68.0763
CIE-Lab44.294174.3787-59.6536

#ab1ece color RGB value is (171,30,206).

#ab1ece hex color red value is 171, green value is 30 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ab1ece hue: 0.80 , saturation: 0.75 and the lightness value of ab1ece is 0.46.

The process color (four color CMYK) of #ab1ece color hex is 0.17, 0.85, 0.00, 0.19. Web safe color of #ab1ece is #9933cc. Color #ab1ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011110 11001110
Octal 253 36 316
Decimal 171 30 206
Hex AB 1E CE

RGB Percentages of Color #ab1ece

%42.01
%7.37
%50.61

CMYK Percentages of Color #ab1ece

%17
%85
%0
%19

Triadic Colors of #ab1ece

#ab1ece #ceab1e #1eceab

Analogous Colors of #ab1ece

#ab1ece #ce1e99 #531ece

Monochromatic Colors of #ab1ece

#ab1ece

Complementary Color

#ab1ece #41ce1e

#ab1ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1ece Color CSS Codes

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

#ab1ece Text Font Color

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

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


#ab1ece Background Color

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

This div background color is #ab1ece


#ab1ece Border Color

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

This div border color is #ab1ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1ece


Comments

No comments written yet.

Please login to write comment.