Color Hex Logo

#ab78cc Color Hex

#AB78CC
(171,120,204)
0 Favorites   0 Comments

Color spaces of #ab78cc

RGB 171120204
HSL0.770.450.64
HSV276°41°80°
CMYK 0.160.410.00   0.20
XYZ34.410126.450560.4186
Yxy26.45050.28370.2181
Hunter Lab51.430029.4257-33.6512
CIE-Lab58.462235.3996-35.9658

#ab78cc color RGB value is (171,120,204).

#ab78cc hex color red value is 171, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab78cc hue: 0.77 , saturation: 0.45 and the lightness value of ab78cc is 0.64.

The process color (four color CMYK) of #ab78cc color hex is 0.16, 0.41, 0.00, 0.20. Web safe color of #ab78cc is #9966cc. Color #ab78cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 11001100
Octal 253 170 314
Decimal 171 120 204
Hex AB 78 CC

RGB Percentages of Color #ab78cc

%34.55
%24.24
%41.21

CMYK Percentages of Color #ab78cc

%16
%41
%0
%20

Triadic Colors of #ab78cc

#ab78cc #ccab78 #78ccab

Analogous Colors of #ab78cc

#ab78cc #cc78c3 #8178cc

Monochromatic Colors of #ab78cc

#ab78cc

Complementary Color

#ab78cc #99cc78

#ab78cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab78cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab78cc Color CSS Codes

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

#ab78cc Text Font Color

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

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


#ab78cc Background Color

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

This div background color is #ab78cc


#ab78cc Border Color

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

This div border color is #ab78cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab78cc


Comments

No comments written yet.

Please login to write comment.