Color Hex Logo

#ab355f Color Hex

#AB355F
(171,53,95)
0 Favorites   0 Comments

Color spaces of #ab355f

RGB 1715395
HSL0.940.530.44
HSV339°69°67°
CMYK 0.000.690.44   0.33
XYZ20.133212.030412.0874
Yxy12.03040.45500.2719
Hunter Lab34.684942.91373.6173
CIE-Lab41.264451.22462.6101

#ab355f color RGB value is (171,53,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110101 01011111
Octal 253 65 137
Decimal 171 53 95
Hex AB 35 5F

RGB Percentages of Color #ab355f

%53.61
%16.61
%29.78

CMYK Percentages of Color #ab355f

%0
%69
%44
%33

Triadic Colors of #ab355f

#ab355f #5fab35 #355fab

Analogous Colors of #ab355f

#ab355f #ab4635 #ab359a

Monochromatic Colors of #ab355f

#ab355f

Complementary Color

#ab355f #35ab81

#ab355f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab355f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab355f Color CSS Codes

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

#ab355f Text Font Color

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

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


#ab355f Background Color

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

This div background color is #ab355f


#ab355f Border Color

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

This div border color is #ab355f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab355f


Comments

No comments written yet.

Please login to write comment.