Color Hex Logo

#ab5792 Color Hex

#AB5792
(171,87,146)
0 Favorites   0 Comments

Color spaces of #ab5792

RGB 17187146
HSL0.880.330.51
HSV318°49°67°
CMYK 0.000.490.15   0.33
XYZ25.391117.549629.2433
Yxy17.54960.35180.2431
Hunter Lab41.892234.8783-12.0634
CIE-Lab48.945242.0849-17.0639

#ab5792 color RGB value is (171,87,146).

#ab5792 hex color red value is 171, green value is 87 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ab5792 hue: 0.88 , saturation: 0.33 and the lightness value of ab5792 is 0.51.

The process color (four color CMYK) of #ab5792 color hex is 0.00, 0.49, 0.15, 0.33. Web safe color of #ab5792 is #996699. Color #ab5792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010111 10010010
Octal 253 127 222
Decimal 171 87 146
Hex AB 57 92

RGB Percentages of Color #ab5792

%42.33
%21.53
%36.14

CMYK Percentages of Color #ab5792

%0
%49
%15
%33

Triadic Colors of #ab5792

#ab5792 #92ab57 #5792ab

Analogous Colors of #ab5792

#ab5792 #ab5768 #9a57ab

Monochromatic Colors of #ab5792

#ab5792

Complementary Color

#ab5792 #57ab70

#ab5792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5792 Color CSS Codes

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

#ab5792 Text Font Color

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

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


#ab5792 Background Color

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

This div background color is #ab5792


#ab5792 Border Color

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

This div border color is #ab5792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5792


Comments

No comments written yet.

Please login to write comment.