Color Hex Logo

#ab73ce Color Hex

#AB73CE
(171,115,206)
0 Favorites   0 Comments

Color spaces of #ab73ce

RGB 171115206
HSL0.770.480.63
HSV277°44°81°
CMYK 0.170.440.00   0.19
XYZ34.065925.375661.4950
Yxy25.37560.28170.2098
Hunter Lab50.374232.5570-37.1171
CIE-Lab57.439638.6154-38.6992

#ab73ce color RGB value is (171,115,206).

#ab73ce hex color red value is 171, green value is 115 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ab73ce hue: 0.77 , saturation: 0.48 and the lightness value of ab73ce is 0.63.

The process color (four color CMYK) of #ab73ce color hex is 0.17, 0.44, 0.00, 0.19. Web safe color of #ab73ce is #9966cc. Color #ab73ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 11001110
Octal 253 163 316
Decimal 171 115 206
Hex AB 73 CE

RGB Percentages of Color #ab73ce

%34.76
%23.37
%41.87

CMYK Percentages of Color #ab73ce

%17
%44
%0
%19

Triadic Colors of #ab73ce

#ab73ce #ceab73 #73ceab

Analogous Colors of #ab73ce

#ab73ce #ce73c4 #7e73ce

Monochromatic Colors of #ab73ce

#ab73ce

Complementary Color

#ab73ce #96ce73

#ab73ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab73ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab73ce Color CSS Codes

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

#ab73ce Text Font Color

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

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


#ab73ce Background Color

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

This div background color is #ab73ce


#ab73ce Border Color

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

This div border color is #ab73ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab73ce


Comments

No comments written yet.

Please login to write comment.