Color Hex Logo

#ab78da Color Hex

#AB78DA
(171,120,218)
0 Favorites   0 Comments

Color spaces of #ab78da

RGB 171120218
HSL0.750.570.66
HSV271°45°85°
CMYK 0.220.450.00   0.15
XYZ36.165927.152869.6645
Yxy27.15280.27200.2042
Hunter Lab52.108332.6987-42.7899
CIE-Lab59.115538.5446-42.8283

#ab78da color RGB value is (171,120,218).

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

The process color (four color CMYK) of #ab78da color hex is 0.22, 0.45, 0.00, 0.15. Web safe color of #ab78da is #9966cc. Color #ab78da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 11011010
Octal 253 170 332
Decimal 171 120 218
Hex AB 78 DA

RGB Percentages of Color #ab78da

%33.60
%23.58
%42.83

CMYK Percentages of Color #ab78da

%22
%45
%0
%15

Triadic Colors of #ab78da

#ab78da #daab78 #78daab

Analogous Colors of #ab78da

#ab78da #da78d8 #7a78da

Monochromatic Colors of #ab78da

#ab78da

Complementary Color

#ab78da #a7da78

#ab78da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab78da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab78da Color CSS Codes

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

#ab78da Text Font Color

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

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


#ab78da Background Color

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

This div background color is #ab78da


#ab78da Border Color

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

This div border color is #ab78da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab78da


Comments

No comments written yet.

Please login to write comment.