Color Hex Logo

#ab078d Color Hex

#AB078D
(171,7,141)
0 Favorites   0 Comments

Color spaces of #ab078d

RGB 1717141
HSL0.860.920.35
HSV311°96°67°
CMYK 0.000.960.18   0.33
XYZ21.678310.733026.1284
Yxy10.73300.37030.1833
Hunter Lab32.761360.7822-24.3532
CIE-Lab39.127167.8746-29.2370

#ab078d color RGB value is (171,7,141).

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

The process color (four color CMYK) of #ab078d color hex is 0.00, 0.96, 0.18, 0.33. Web safe color of #ab078d is #990099. Color #ab078d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000111 10001101
Octal 253 7 215
Decimal 171 7 141
Hex AB 7 8D

RGB Percentages of Color #ab078d

%53.61
%2.19
%44.20

CMYK Percentages of Color #ab078d

%0
%96
%18
%33

Triadic Colors of #ab078d

#ab078d #8dab07 #078dab

Analogous Colors of #ab078d

#ab078d #ab073b #7707ab

Monochromatic Colors of #ab078d

#ab078d

Complementary Color

#ab078d #07ab25

#ab078d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab078d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab078d Color CSS Codes

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

#ab078d Text Font Color

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

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


#ab078d Background Color

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

This div background color is #ab078d


#ab078d Border Color

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

This div border color is #ab078d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab078d


Comments

No comments written yet.

Please login to write comment.