Color Hex Logo

#ab355a Color Hex

#AB355A
(171,53,90)
0 Favorites   0 Comments

Color spaces of #ab355a

RGB 1715390
HSL0.950.530.44
HSV341°69°67°
CMYK 0.000.690.47   0.33
XYZ19.913211.942310.9284
Yxy11.94230.46540.2791
Hunter Lab34.557642.38155.4407
CIE-Lab41.124350.73905.5445

#ab355a color RGB value is (171,53,90).

#ab355a hex color red value is 171, green value is 53 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ab355a hue: 0.95 , saturation: 0.53 and the lightness value of ab355a is 0.44.

The process color (four color CMYK) of #ab355a color hex is 0.00, 0.69, 0.47, 0.33. Web safe color of #ab355a is #993366. Color #ab355a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110101 01011010
Octal 253 65 132
Decimal 171 53 90
Hex AB 35 5A

RGB Percentages of Color #ab355a

%54.46
%16.88
%28.66

CMYK Percentages of Color #ab355a

%0
%69
%47
%33

Triadic Colors of #ab355a

#ab355a #5aab35 #355aab

Analogous Colors of #ab355a

#ab355a #ab4b35 #ab3595

Monochromatic Colors of #ab355a

#ab355a

Complementary Color

#ab355a #35ab86

#ab355a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab355a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab355a Color CSS Codes

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

#ab355a Text Font Color

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

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


#ab355a Background Color

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

This div background color is #ab355a


#ab355a Border Color

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

This div border color is #ab355a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab355a


Comments

No comments written yet.

Please login to write comment.