Color Hex Logo

#ab5adc Color Hex

#AB5ADC
(171,90,220)
0 Favorites   0 Comments

Color spaces of #ab5adc

RGB 17190220
HSL0.770.650.61
HSV277°59°86°
CMYK 0.220.590.00   0.14
XYZ33.369021.137670.0314
Yxy21.13760.26790.1697
Hunter Lab45.975649.0974-58.1292
CIE-Lab53.099854.8828-53.5023

#ab5adc color RGB value is (171,90,220).

#ab5adc hex color red value is 171, green value is 90 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ab5adc hue: 0.77 , saturation: 0.65 and the lightness value of ab5adc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011010 11011100
Octal 253 132 334
Decimal 171 90 220
Hex AB 5A DC

RGB Percentages of Color #ab5adc

%35.55
%18.71
%45.74

CMYK Percentages of Color #ab5adc

%22
%59
%0
%14

Triadic Colors of #ab5adc

#ab5adc #dcab5a #5adcab

Analogous Colors of #ab5adc

#ab5adc #dc5acc #6a5adc

Monochromatic Colors of #ab5adc

#ab5adc

Complementary Color

#ab5adc #8bdc5a

#ab5adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5adc Color CSS Codes

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

#ab5adc Text Font Color

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

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


#ab5adc Background Color

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

This div background color is #ab5adc


#ab5adc Border Color

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

This div border color is #ab5adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5adc


Comments

No comments written yet.

Please login to write comment.