Color Hex Logo

#ab069b Color Hex

#AB069B
(171,6,155)
0 Favorites   0 Comments

Color spaces of #ab069b

RGB 1716155
HSL0.850.930.35
HSV306°96°67°
CMYK 0.000.960.09   0.33
XYZ22.776111.154731.9630
Yxy11.15470.34560.1693
Hunter Lab33.398763.2798-33.3623
CIE-Lab39.839869.8746-36.6451

#ab069b color RGB value is (171,6,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000110 10011011
Octal 253 6 233
Decimal 171 6 155
Hex AB 6 9B

RGB Percentages of Color #ab069b

%51.51
%1.81
%46.69

CMYK Percentages of Color #ab069b

%0
%96
%9
%33

Triadic Colors of #ab069b

#ab069b #9bab06 #069bab

Analogous Colors of #ab069b

#ab069b #ab0648 #6906ab

Monochromatic Colors of #ab069b

#ab069b

Complementary Color

#ab069b #06ab16

#ab069b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab069b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab069b Color CSS Codes

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

#ab069b Text Font Color

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

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


#ab069b Background Color

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

This div background color is #ab069b


#ab069b Border Color

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

This div border color is #ab069b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab069b


Comments

No comments written yet.

Please login to write comment.