Color Hex Logo

#ab05da Color Hex

#AB05DA
(171,5,218)
0 Favorites   0 Comments

Color spaces of #ab05da

RGB 1715218
HSL0.800.960.44
HSV287°98°85°
CMYK 0.220.980.00   0.15
XYZ29.503713.828467.4438
Yxy13.82840.26630.1248
Hunter Lab37.186676.5449-81.5014
CIE-Lab43.985879.9851-67.0629

#ab05da color RGB value is (171,5,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000101 11011010
Octal 253 5 332
Decimal 171 5 218
Hex AB 5 DA

RGB Percentages of Color #ab05da

%43.40
%1.27
%55.33

CMYK Percentages of Color #ab05da

%22
%98
%0
%15

Triadic Colors of #ab05da

#ab05da #daab05 #05daab

Analogous Colors of #ab05da

#ab05da #da059f #4005da

Monochromatic Colors of #ab05da

#ab05da

Complementary Color

#ab05da #34da05

#ab05da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab05da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab05da Color CSS Codes

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

#ab05da Text Font Color

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

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


#ab05da Background Color

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

This div background color is #ab05da


#ab05da Border Color

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

This div border color is #ab05da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab05da


Comments

No comments written yet.

Please login to write comment.