Color Hex Logo

#ab5ece Color Hex

#AB5ECE
(171,94,206)
0 Favorites   0 Comments

Color spaces of #ab5ece

RGB 17194206
HSL0.780.530.59
HSV281°54°81°
CMYK 0.170.540.00   0.19
XYZ31.937921.119660.7857
Yxy21.11960.28050.1855
Hunter Lab45.956143.6283-46.2531
CIE-Lab53.080149.8511-45.5774

#ab5ece color RGB value is (171,94,206).

#ab5ece hex color red value is 171, green value is 94 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ab5ece hue: 0.78 , saturation: 0.53 and the lightness value of ab5ece is 0.59.

The process color (four color CMYK) of #ab5ece color hex is 0.17, 0.54, 0.00, 0.19. Web safe color of #ab5ece is #9966cc. Color #ab5ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011110 11001110
Octal 253 136 316
Decimal 171 94 206
Hex AB 5E CE

RGB Percentages of Color #ab5ece

%36.31
%19.96
%43.74

CMYK Percentages of Color #ab5ece

%17
%54
%0
%19

Triadic Colors of #ab5ece

#ab5ece #ceab5e #5eceab

Analogous Colors of #ab5ece

#ab5ece #ce5eb9 #735ece

Monochromatic Colors of #ab5ece

#ab5ece

Complementary Color

#ab5ece #81ce5e

#ab5ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5ece Color CSS Codes

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

#ab5ece Text Font Color

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

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


#ab5ece Background Color

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

This div background color is #ab5ece


#ab5ece Border Color

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

This div border color is #ab5ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5ece


Comments

No comments written yet.

Please login to write comment.