Color Hex Logo

#ab28ce Color Hex

#AB28CE
(171,40,206)
0 Favorites   0 Comments

Color spaces of #ab28ce

RGB 17140206
HSL0.800.670.48
HSV287°81°81°
CMYK 0.170.810.00   0.19
XYZ28.694014.631759.7044
Yxy14.63170.27850.1420
Hunter Lab38.251466.9605-65.7663
CIE-Lab45.125671.9466-58.3099

#ab28ce color RGB value is (171,40,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101000 11001110
Octal 253 50 316
Decimal 171 40 206
Hex AB 28 CE

RGB Percentages of Color #ab28ce

%41.01
%9.59
%49.40

CMYK Percentages of Color #ab28ce

%17
%81
%0
%19

Triadic Colors of #ab28ce

#ab28ce #ceab28 #28ceab

Analogous Colors of #ab28ce

#ab28ce #ce289e #5828ce

Monochromatic Colors of #ab28ce

#ab28ce

Complementary Color

#ab28ce #4bce28

#ab28ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab28ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab28ce Color CSS Codes

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

#ab28ce Text Font Color

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

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


#ab28ce Background Color

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

This div background color is #ab28ce


#ab28ce Border Color

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

This div border color is #ab28ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab28ce


Comments

No comments written yet.

Please login to write comment.