Color Hex Logo

#ab7fcc Color Hex

#AB7FCC
(171,127,204)
0 Favorites   0 Comments

Color spaces of #ab7fcc

RGB 171127204
HSL0.760.430.65
HSV274°38°80°
CMYK 0.160.380.00   0.20
XYZ35.283028.196360.7096
Yxy28.19630.28410.2270
Hunter Lab53.100225.6809-30.6163
CIE-Lab60.065731.4764-33.4646

#ab7fcc color RGB value is (171,127,204).

#ab7fcc hex color red value is 171, green value is 127 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ab7fcc hue: 0.76 , saturation: 0.43 and the lightness value of ab7fcc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111111 11001100
Octal 253 177 314
Decimal 171 127 204
Hex AB 7F CC

RGB Percentages of Color #ab7fcc

%34.06
%25.30
%40.64

CMYK Percentages of Color #ab7fcc

%16
%38
%0
%20

Triadic Colors of #ab7fcc

#ab7fcc #ccab7f #7fccab

Analogous Colors of #ab7fcc

#ab7fcc #cc7fc7 #857fcc

Monochromatic Colors of #ab7fcc

#ab7fcc

Complementary Color

#ab7fcc #a0cc7f

#ab7fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7fcc Color CSS Codes

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

#ab7fcc Text Font Color

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

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


#ab7fcc Background Color

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

This div background color is #ab7fcc


#ab7fcc Border Color

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

This div border color is #ab7fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7fcc


Comments

No comments written yet.

Please login to write comment.