Color Hex Logo

#ab068d Color Hex

#AB068D
(171,6,141)
0 Favorites   0 Comments

Color spaces of #ab068d

RGB 1716141
HSL0.860.930.35
HSV311°96°67°
CMYK 0.000.960.18   0.33
XYZ21.667410.711326.1248
Yxy10.71130.37040.1831
Hunter Lab32.728160.9003-24.4178
CIE-Lab39.089967.9837-29.2954

#ab068d color RGB value is (171,6,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000110 10001101
Octal 253 6 215
Decimal 171 6 141
Hex AB 6 8D

RGB Percentages of Color #ab068d

%53.77
%1.89
%44.34

CMYK Percentages of Color #ab068d

%0
%96
%18
%33

Triadic Colors of #ab068d

#ab068d #8dab06 #068dab

Analogous Colors of #ab068d

#ab068d #ab063b #7706ab

Monochromatic Colors of #ab068d

#ab068d

Complementary Color

#ab068d #06ab24

#ab068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab068d Color CSS Codes

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

#ab068d Text Font Color

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

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


#ab068d Background Color

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

This div background color is #ab068d


#ab068d Border Color

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

This div border color is #ab068d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,6,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 #ab068d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab068d


Comments

No comments written yet.

Please login to write comment.