Color Hex Logo

#ab05dc Color Hex

#AB05DC
(171,5,220)
0 Favorites   0 Comments

Color spaces of #ab05dc

RGB 1715220
HSL0.800.960.44
HSV286°98°86°
CMYK 0.220.980.00   0.14
XYZ29.767113.933868.8307
Yxy13.93380.26450.1238
Hunter Lab37.328077.0203-83.1978
CIE-Lab44.137880.3344-67.9615

#ab05dc color RGB value is (171,5,220).

#ab05dc hex color red value is 171, green value is 5 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ab05dc hue: 0.80 , saturation: 0.96 and the lightness value of ab05dc is 0.44.

The process color (four color CMYK) of #ab05dc color hex is 0.22, 0.98, 0.00, 0.14. Web safe color of #ab05dc is #9900cc. Color #ab05dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000101 11011100
Octal 253 5 334
Decimal 171 5 220
Hex AB 5 DC

RGB Percentages of Color #ab05dc

%43.18
%1.26
%55.56

CMYK Percentages of Color #ab05dc

%22
%98
%0
%14

Triadic Colors of #ab05dc

#ab05dc #dcab05 #05dcab

Analogous Colors of #ab05dc

#ab05dc #dc05a2 #3f05dc

Monochromatic Colors of #ab05dc

#ab05dc

Complementary Color

#ab05dc #36dc05

#ab05dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab05dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab05dc Color CSS Codes

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

#ab05dc Text Font Color

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

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


#ab05dc Background Color

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

This div background color is #ab05dc


#ab05dc Border Color

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

This div border color is #ab05dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab05dc


Comments

No comments written yet.

Please login to write comment.