Color Hex Logo

#ab48da Color Hex

#AB48DA
(171,72,218)
0 Favorites   0 Comments

Color spaces of #ab48da

RGB 17172218
HSL0.780.660.57
HSV281°67°85°
CMYK 0.220.670.00   0.15
XYZ31.766818.354668.1982
Yxy18.35460.26850.1551
Hunter Lab42.842357.3807-64.3908
CIE-Lab49.923462.8358-57.4590

#ab48da color RGB value is (171,72,218).

#ab48da hex color red value is 171, green value is 72 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ab48da hue: 0.78 , saturation: 0.66 and the lightness value of ab48da is 0.57.

The process color (four color CMYK) of #ab48da color hex is 0.22, 0.67, 0.00, 0.15. Web safe color of #ab48da is #9933cc. Color #ab48da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001000 11011010
Octal 253 110 332
Decimal 171 72 218
Hex AB 48 DA

RGB Percentages of Color #ab48da

%37.09
%15.62
%47.29

CMYK Percentages of Color #ab48da

%22
%67
%0
%15

Triadic Colors of #ab48da

#ab48da #daab48 #48daab

Analogous Colors of #ab48da

#ab48da #da48c0 #6248da

Monochromatic Colors of #ab48da

#ab48da

Complementary Color

#ab48da #77da48

#ab48da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab48da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab48da Color CSS Codes

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

#ab48da Text Font Color

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

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


#ab48da Background Color

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

This div background color is #ab48da


#ab48da Border Color

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

This div border color is #ab48da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab48da


Comments

No comments written yet.

Please login to write comment.