Color Hex Logo

#ab074e Color Hex

#AB074E
(171,7,78)
0 Favorites   0 Comments

Color spaces of #ab074e

RGB 171778
HSL0.930.920.35
HSV334°96°67°
CMYK 0.000.960.54   0.33
XYZ18.24579.35998.0527
Yxy9.35990.51170.2625
Hunter Lab30.594052.91495.8099
CIE-Lab36.668261.41436.8566

#ab074e color RGB value is (171,7,78).

#ab074e hex color red value is 171, green value is 7 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ab074e hue: 0.93 , saturation: 0.92 and the lightness value of ab074e is 0.35.

The process color (four color CMYK) of #ab074e color hex is 0.00, 0.96, 0.54, 0.33. Web safe color of #ab074e is #990066. Color #ab074e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000111 01001110
Octal 253 7 116
Decimal 171 7 78
Hex AB 7 4E

RGB Percentages of Color #ab074e

%66.80
%2.73
%30.47

CMYK Percentages of Color #ab074e

%0
%96
%54
%33

Triadic Colors of #ab074e

#ab074e #4eab07 #074eab

Analogous Colors of #ab074e

#ab074e #ab1207 #ab07a0

Monochromatic Colors of #ab074e

#ab074e

Complementary Color

#ab074e #07ab64

#ab074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab074e Color CSS Codes

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

#ab074e Text Font Color

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

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


#ab074e Background Color

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

This div background color is #ab074e


#ab074e Border Color

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

This div border color is #ab074e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab074e


Comments

No comments written yet.

Please login to write comment.