Color Hex Logo

#ab69ce Color Hex

#AB69CE
(171,105,206)
0 Favorites   0 Comments

Color spaces of #ab69ce

RGB 171105206
HSL0.780.510.61
HSV279°49°81°
CMYK 0.170.490.00   0.19
XYZ32.986723.217361.1353
Yxy23.21730.28110.1979
Hunter Lab48.184337.8774-41.4969
CIE-Lab55.295544.0664-42.0730

#ab69ce color RGB value is (171,105,206).

#ab69ce hex color red value is 171, green value is 105 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ab69ce hue: 0.78 , saturation: 0.51 and the lightness value of ab69ce is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101001 11001110
Octal 253 151 316
Decimal 171 105 206
Hex AB 69 CE

RGB Percentages of Color #ab69ce

%35.48
%21.78
%42.74

CMYK Percentages of Color #ab69ce

%17
%49
%0
%19

Triadic Colors of #ab69ce

#ab69ce #ceab69 #69ceab

Analogous Colors of #ab69ce

#ab69ce #ce69bf #7969ce

Monochromatic Colors of #ab69ce

#ab69ce

Complementary Color

#ab69ce #8cce69

#ab69ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab69ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab69ce Color CSS Codes

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

#ab69ce Text Font Color

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

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


#ab69ce Background Color

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

This div background color is #ab69ce


#ab69ce Border Color

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

This div border color is #ab69ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab69ce


Comments

No comments written yet.

Please login to write comment.