Color Hex Logo

#ab195c Color Hex

#AB195C
(171,25,92)
0 Favorites   0 Comments

Color spaces of #ab195c

RGB 1712592
HSL0.920.740.38
HSV332°85°67°
CMYK 0.000.850.46   0.33
XYZ19.074010.125911.0744
Yxy10.12590.47360.2514
Hunter Lab31.821251.30781.6408
CIE-Lab38.067459.6833-0.1379

#ab195c color RGB value is (171,25,92).

#ab195c hex color red value is 171, green value is 25 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ab195c hue: 0.92 , saturation: 0.74 and the lightness value of ab195c is 0.38.

The process color (four color CMYK) of #ab195c color hex is 0.00, 0.85, 0.46, 0.33. Web safe color of #ab195c is #990066. Color #ab195c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011001 01011100
Octal 253 31 134
Decimal 171 25 92
Hex AB 19 5C

RGB Percentages of Color #ab195c

%59.38
%8.68
%31.94

CMYK Percentages of Color #ab195c

%0
%85
%46
%33

Triadic Colors of #ab195c

#ab195c #5cab19 #195cab

Analogous Colors of #ab195c

#ab195c #ab1f19 #ab19a5

Monochromatic Colors of #ab195c

#ab195c

Complementary Color

#ab195c #19ab68

#ab195c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab195c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab195c Color CSS Codes

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

#ab195c Text Font Color

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

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


#ab195c Background Color

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

This div background color is #ab195c


#ab195c Border Color

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

This div border color is #ab195c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab195c


Comments

No comments written yet.

Please login to write comment.