Color Hex Logo

#ab55b4 Color Hex

#AB55B4
(171,85,180)
0 Favorites   0 Comments

Color spaces of #ab55b4

RGB 17185180
HSL0.820.390.52
HSV294°53°71°
CMYK 0.050.530.00   0.29
XYZ28.281318.450245.2507
Yxy18.45020.30750.2006
Hunter Lab42.953742.3579-32.3930
CIE-Lab50.037749.1580-35.3934

#ab55b4 color RGB value is (171,85,180).

#ab55b4 hex color red value is 171, green value is 85 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #ab55b4 hue: 0.82 , saturation: 0.39 and the lightness value of ab55b4 is 0.52.

The process color (four color CMYK) of #ab55b4 color hex is 0.05, 0.53, 0.00, 0.29. Web safe color of #ab55b4 is #9966cc. Color #ab55b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010101 10110100
Octal 253 125 264
Decimal 171 85 180
Hex AB 55 B4

RGB Percentages of Color #ab55b4

%39.22
%19.50
%41.28

CMYK Percentages of Color #ab55b4

%5
%53
%0
%29

Triadic Colors of #ab55b4

#ab55b4 #b4ab55 #55b4ab

Analogous Colors of #ab55b4

#ab55b4 #b4558e #7c55b4

Monochromatic Colors of #ab55b4

#ab55b4

Complementary Color

#ab55b4 #5eb455

#ab55b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab55b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab55b4 Color CSS Codes

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

#ab55b4 Text Font Color

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

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


#ab55b4 Background Color

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

This div background color is #ab55b4


#ab55b4 Border Color

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

This div border color is #ab55b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab55b4


Comments

No comments written yet.

Please login to write comment.