Color Hex Logo

#ab42f1 Color Hex

#AB42F1
(171,66,241)
0 Favorites   0 Comments

Color spaces of #ab42f1

RGB 17166241
HSL0.770.860.60
HSV276°73°95°
CMYK 0.290.730.00   0.05
XYZ34.620018.905285.0435
Yxy18.90520.24980.1364
Hunter Lab43.480166.0362-85.5303
CIE-Lab50.576170.1146-69.3998

#ab42f1 color RGB value is (171,66,241).

#ab42f1 hex color red value is 171, green value is 66 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #ab42f1 hue: 0.77 , saturation: 0.86 and the lightness value of ab42f1 is 0.60.

The process color (four color CMYK) of #ab42f1 color hex is 0.29, 0.73, 0.00, 0.05. Web safe color of #ab42f1 is #9933ff. Color #ab42f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000010 11110001
Octal 253 102 361
Decimal 171 66 241
Hex AB 42 F1

RGB Percentages of Color #ab42f1

%35.77
%13.81
%50.42

CMYK Percentages of Color #ab42f1

%29
%73
%0
%5

Triadic Colors of #ab42f1

#ab42f1 #f1ab42 #42f1ab

Analogous Colors of #ab42f1

#ab42f1 #f142e0 #5442f1

Monochromatic Colors of #ab42f1

#ab42f1

Complementary Color

#ab42f1 #88f142

#ab42f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab42f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab42f1 Color CSS Codes

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

#ab42f1 Text Font Color

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

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


#ab42f1 Background Color

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

This div background color is #ab42f1


#ab42f1 Border Color

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

This div border color is #ab42f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab42f1


Comments

No comments written yet.

Please login to write comment.