Color Hex Logo

#ab42b5 Color Hex

#AB42B5
(171,66,181)
0 Favorites   0 Comments

Color spaces of #ab42b5

RGB 17166181
HSL0.820.470.48
HSV295°64°71°
CMYK 0.060.640.00   0.29
XYZ27.083315.890645.3558
Yxy15.89060.30660.1799
Hunter Lab39.863051.5143-39.5555
CIE-Lab46.830658.1999-41.0382

#ab42b5 color RGB value is (171,66,181).

#ab42b5 hex color red value is 171, green value is 66 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ab42b5 hue: 0.82 , saturation: 0.47 and the lightness value of ab42b5 is 0.48.

The process color (four color CMYK) of #ab42b5 color hex is 0.06, 0.64, 0.00, 0.29. Web safe color of #ab42b5 is #9933cc. Color #ab42b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000010 10110101
Octal 253 102 265
Decimal 171 66 181
Hex AB 42 B5

RGB Percentages of Color #ab42b5

%40.91
%15.79
%43.30

CMYK Percentages of Color #ab42b5

%6
%64
%0
%29

Triadic Colors of #ab42b5

#ab42b5 #b5ab42 #42b5ab

Analogous Colors of #ab42b5

#ab42b5 #b54286 #7242b5

Monochromatic Colors of #ab42b5

#ab42b5

Complementary Color

#ab42b5 #4cb542

#ab42b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab42b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab42b5 Color CSS Codes

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

#ab42b5 Text Font Color

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

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


#ab42b5 Background Color

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

This div background color is #ab42b5


#ab42b5 Border Color

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

This div border color is #ab42b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab42b5


Comments

No comments written yet.

Please login to write comment.