Color Hex Logo

#ab43b2 Color Hex

#AB43B2
(171,67,178)
0 Favorites   0 Comments

Color spaces of #ab43b2

RGB 17167178
HSL0.820.450.48
HSV296°62°70°
CMYK 0.040.620.00   0.30
XYZ26.837615.886643.7714
Yxy15.88660.31030.1837
Hunter Lab39.858050.4380-37.2107
CIE-Lab46.825457.2246-39.2874

#ab43b2 color RGB value is (171,67,178).

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

The process color (four color CMYK) of #ab43b2 color hex is 0.04, 0.62, 0.00, 0.30. Web safe color of #ab43b2 is #993399. Color #ab43b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000011 10110010
Octal 253 103 262
Decimal 171 67 178
Hex AB 43 B2

RGB Percentages of Color #ab43b2

%41.11
%16.11
%42.79

CMYK Percentages of Color #ab43b2

%4
%62
%0
%30

Triadic Colors of #ab43b2

#ab43b2 #b2ab43 #43b2ab

Analogous Colors of #ab43b2

#ab43b2 #b24382 #7443b2

Monochromatic Colors of #ab43b2

#ab43b2

Complementary Color

#ab43b2 #4ab243

#ab43b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab43b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab43b2 Color CSS Codes

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

#ab43b2 Text Font Color

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

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


#ab43b2 Background Color

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

This div background color is #ab43b2


#ab43b2 Border Color

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

This div border color is #ab43b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab43b2


Comments

No comments written yet.

Please login to write comment.