Color Hex Logo

#ab69dc Color Hex

#AB69DC
(171,105,220)
0 Favorites   0 Comments

Color spaces of #ab69dc

RGB 171105220
HSL0.760.620.64
HSV274°52°86°
CMYK 0.220.520.00   0.14
XYZ34.764423.928470.4965
Yxy23.92840.26910.1852
Hunter Lab48.916741.2533-51.2044
CIE-Lab56.016047.1624-48.8556

#ab69dc color RGB value is (171,105,220).

#ab69dc hex color red value is 171, green value is 105 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ab69dc hue: 0.76 , saturation: 0.62 and the lightness value of ab69dc is 0.64.

The process color (four color CMYK) of #ab69dc color hex is 0.22, 0.52, 0.00, 0.14. Web safe color of #ab69dc is #9966cc. Color #ab69dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101001 11011100
Octal 253 151 334
Decimal 171 105 220
Hex AB 69 DC

RGB Percentages of Color #ab69dc

%34.48
%21.17
%44.35

CMYK Percentages of Color #ab69dc

%22
%52
%0
%14

Triadic Colors of #ab69dc

#ab69dc #dcab69 #69dcab

Analogous Colors of #ab69dc

#ab69dc #dc69d4 #7269dc

Monochromatic Colors of #ab69dc

#ab69dc

Complementary Color

#ab69dc #9adc69

#ab69dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab69dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab69dc Color CSS Codes

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

#ab69dc Text Font Color

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

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


#ab69dc Background Color

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

This div background color is #ab69dc


#ab69dc Border Color

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

This div border color is #ab69dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab69dc


Comments

No comments written yet.

Please login to write comment.