Color Hex Logo

#ab5c66 Color Hex

#AB5C66
(171,92,102)
0 Favorites   0 Comments

Color spaces of #ab5c66

RGB 17192102
HSL0.980.320.52
HSV352°46°67°
CMYK 0.000.460.40   0.33
XYZ23.020017.271514.6908
Yxy17.27150.41870.3141
Hunter Lab41.559026.14498.1327
CIE-Lab48.600333.21848.8009

#ab5c66 color RGB value is (171,92,102).

#ab5c66 hex color red value is 171, green value is 92 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ab5c66 hue: 0.98 , saturation: 0.32 and the lightness value of ab5c66 is 0.52.

The process color (four color CMYK) of #ab5c66 color hex is 0.00, 0.46, 0.40, 0.33. Web safe color of #ab5c66 is #996666. Color #ab5c66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011100 01100110
Octal 253 134 146
Decimal 171 92 102
Hex AB 5C 66

RGB Percentages of Color #ab5c66

%46.85
%25.21
%27.95

CMYK Percentages of Color #ab5c66

%0
%46
%40
%33

Triadic Colors of #ab5c66

#ab5c66 #66ab5c #5c66ab

Analogous Colors of #ab5c66

#ab5c66 #ab7a5c #ab5c8e

Monochromatic Colors of #ab5c66

#ab5c66

Complementary Color

#ab5c66 #5caba1

#ab5c66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5c66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5c66 Color CSS Codes

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

#ab5c66 Text Font Color

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

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


#ab5c66 Background Color

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

This div background color is #ab5c66


#ab5c66 Border Color

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

This div border color is #ab5c66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5c66


Comments

No comments written yet.

Please login to write comment.