Color Hex Logo

#ab90dc Color Hex

#AB90DC
(171,144,220)
0 Favorites   0 Comments

Color spaces of #ab90dc

RGB 171144220
HSL0.730.520.71
HSV261°35°86°
CMYK 0.220.350.00   0.14
XYZ39.686133.771872.1371
Yxy33.77180.27260.2320
Hunter Lab58.113520.2002-32.9180
CIE-Lab64.781025.5176-35.0754

#ab90dc color RGB value is (171,144,220).

#ab90dc hex color red value is 171, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ab90dc hue: 0.73 , saturation: 0.52 and the lightness value of ab90dc is 0.71.

The process color (four color CMYK) of #ab90dc color hex is 0.22, 0.35, 0.00, 0.14. Web safe color of #ab90dc is #9999cc. Color #ab90dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010000 11011100
Octal 253 220 334
Decimal 171 144 220
Hex AB 90 DC

RGB Percentages of Color #ab90dc

%31.96
%26.92
%41.12

CMYK Percentages of Color #ab90dc

%22
%35
%0
%14

Triadic Colors of #ab90dc

#ab90dc #dcab90 #90dcab

Analogous Colors of #ab90dc

#ab90dc #d190dc #909bdc

Monochromatic Colors of #ab90dc

#ab90dc

Complementary Color

#ab90dc #c1dc90

#ab90dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab90dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab90dc Color CSS Codes

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

#ab90dc Text Font Color

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

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


#ab90dc Background Color

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

This div background color is #ab90dc


#ab90dc Border Color

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

This div border color is #ab90dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab90dc


Comments

No comments written yet.

Please login to write comment.