Color Hex Logo

#ab45da Color Hex

#AB45DA
(171,69,218)
0 Favorites   0 Comments

Color spaces of #ab45da

RGB 17169218
HSL0.780.670.56
HSV281°68°85°
CMYK 0.220.680.00   0.15
XYZ31.577617.976168.1351
Yxy17.97610.26830.1527
Hunter Lab42.398258.7474-65.6019
CIE-Lab49.467164.1124-58.1930

#ab45da color RGB value is (171,69,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000101 11011010
Octal 253 105 332
Decimal 171 69 218
Hex AB 45 DA

RGB Percentages of Color #ab45da

%37.34
%15.07
%47.60

CMYK Percentages of Color #ab45da

%22
%68
%0
%15

Triadic Colors of #ab45da

#ab45da #daab45 #45daab

Analogous Colors of #ab45da

#ab45da #da45bf #6145da

Monochromatic Colors of #ab45da

#ab45da

Complementary Color

#ab45da #74da45

#ab45da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab45da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab45da Color CSS Codes

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

#ab45da Text Font Color

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

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


#ab45da Background Color

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

This div background color is #ab45da


#ab45da Border Color

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

This div border color is #ab45da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab45da


Comments

No comments written yet.

Please login to write comment.