Color Hex Logo

#ab3565 Color Hex

#AB3565
(171,53,101)
0 Favorites   0 Comments

Color spaces of #ab3565

RGB 17153101
HSL0.930.530.44
HSV336°69°67°
CMYK 0.000.690.41   0.33
XYZ20.416712.143713.5798
Yxy12.14370.44250.2632
Hunter Lab34.847843.59621.2888
CIE-Lab41.443651.8446-0.8844

#ab3565 color RGB value is (171,53,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110101 01100101
Octal 253 65 145
Decimal 171 53 101
Hex AB 35 65

RGB Percentages of Color #ab3565

%52.62
%16.31
%31.08

CMYK Percentages of Color #ab3565

%0
%69
%41
%33

Triadic Colors of #ab3565

#ab3565 #65ab35 #3565ab

Analogous Colors of #ab3565

#ab3565 #ab4035 #ab35a0

Monochromatic Colors of #ab3565

#ab3565

Complementary Color

#ab3565 #35ab7b

#ab3565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3565 Color CSS Codes

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

#ab3565 Text Font Color

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

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


#ab3565 Background Color

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

This div background color is #ab3565


#ab3565 Border Color

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

This div border color is #ab3565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3565


Comments

No comments written yet.

Please login to write comment.