Color Hex Logo

#ab78bf Color Hex

#AB78BF
(171,120,191)
0 Favorites   0 Comments

Color spaces of #ab78bf

RGB 171120191
HSL0.790.360.61
HSV283°37°75°
CMYK 0.100.370.00   0.25
XYZ32.915025.852552.5454
Yxy25.85250.29570.2323
Hunter Lab50.845426.5735-25.6807
CIE-Lab57.896832.5991-29.4672

#ab78bf color RGB value is (171,120,191).

#ab78bf hex color red value is 171, green value is 120 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab78bf hue: 0.79 , saturation: 0.36 and the lightness value of ab78bf is 0.61.

The process color (four color CMYK) of #ab78bf color hex is 0.10, 0.37, 0.00, 0.25. Web safe color of #ab78bf is #9966cc. Color #ab78bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 10111111
Octal 253 170 277
Decimal 171 120 191
Hex AB 78 BF

RGB Percentages of Color #ab78bf

%35.48
%24.90
%39.63

CMYK Percentages of Color #ab78bf

%10
%37
%0
%25

Triadic Colors of #ab78bf

#ab78bf #bfab78 #78bfab

Analogous Colors of #ab78bf

#ab78bf #bf78b0 #8878bf

Monochromatic Colors of #ab78bf

#ab78bf

Complementary Color

#ab78bf #8cbf78

#ab78bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab78bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab78bf Color CSS Codes

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

#ab78bf Text Font Color

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

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


#ab78bf Background Color

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

This div background color is #ab78bf


#ab78bf Border Color

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

This div border color is #ab78bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab78bf


Comments

No comments written yet.

Please login to write comment.