Color Hex Logo

#ab42ce Color Hex

#AB42CE
(171,66,206)
0 Favorites   0 Comments

Color spaces of #ab42ce

RGB 17166206
HSL0.790.590.53
HSV285°68°81°
CMYK 0.170.680.00   0.19
XYZ29.883417.010660.1009
Yxy17.01060.27930.1590
Hunter Lab41.243957.1559-57.5270
CIE-Lab48.273462.9504-53.2442

#ab42ce color RGB value is (171,66,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000010 11001110
Octal 253 102 316
Decimal 171 66 206
Hex AB 42 CE

RGB Percentages of Color #ab42ce

%38.60
%14.90
%46.50

CMYK Percentages of Color #ab42ce

%17
%68
%0
%19

Triadic Colors of #ab42ce

#ab42ce #ceab42 #42ceab

Analogous Colors of #ab42ce

#ab42ce #ce42ab #6542ce

Monochromatic Colors of #ab42ce

#ab42ce

Complementary Color

#ab42ce #65ce42

#ab42ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab42ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab42ce Color CSS Codes

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

#ab42ce Text Font Color

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

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


#ab42ce Background Color

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

This div background color is #ab42ce


#ab42ce Border Color

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

This div border color is #ab42ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab42ce


Comments

No comments written yet.

Please login to write comment.