Color Hex Logo

#ab0695 Color Hex

#AB0695
(171,6,149)
0 Favorites   0 Comments

Color spaces of #ab0695

RGB 1716149
HSL0.860.930.35
HSV308°96°67°
CMYK 0.000.960.13   0.33
XYZ22.284510.958129.3744
Yxy10.95810.35590.1750
Hunter Lab33.103062.2335-29.4396
CIE-Lab39.509869.0463-33.5243

#ab0695 color RGB value is (171,6,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000110 10010101
Octal 253 6 225
Decimal 171 6 149
Hex AB 6 95

RGB Percentages of Color #ab0695

%52.45
%1.84
%45.71

CMYK Percentages of Color #ab0695

%0
%96
%13
%33

Triadic Colors of #ab0695

#ab0695 #95ab06 #0695ab

Analogous Colors of #ab0695

#ab0695 #ab0642 #6f06ab

Monochromatic Colors of #ab0695

#ab0695

Complementary Color

#ab0695 #06ab1c

#ab0695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0695 Color CSS Codes

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

#ab0695 Text Font Color

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

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


#ab0695 Background Color

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

This div background color is #ab0695


#ab0695 Border Color

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

This div border color is #ab0695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0695


Comments

No comments written yet.

Please login to write comment.