Color Hex Logo

#ab7fcd Color Hex

#AB7FCD
(171,127,205)
0 Favorites   0 Comments

Color spaces of #ab7fcd

RGB 171127205
HSL0.760.440.65
HSV274°38°80°
CMYK 0.170.380.00   0.20
XYZ35.403428.244461.3434
Yxy28.24440.28320.2260
Hunter Lab53.145525.9051-31.2339
CIE-Lab60.108931.6983-33.9610

#ab7fcd color RGB value is (171,127,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111111 11001101
Octal 253 177 315
Decimal 171 127 205
Hex AB 7F CD

RGB Percentages of Color #ab7fcd

%34.00
%25.25
%40.76

CMYK Percentages of Color #ab7fcd

%17
%38
%0
%20

Triadic Colors of #ab7fcd

#ab7fcd #cdab7f #7fcdab

Analogous Colors of #ab7fcd

#ab7fcd #cd7fc8 #847fcd

Monochromatic Colors of #ab7fcd

#ab7fcd

Complementary Color

#ab7fcd #a1cd7f

#ab7fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7fcd Color CSS Codes

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

#ab7fcd Text Font Color

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

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


#ab7fcd Background Color

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

This div background color is #ab7fcd


#ab7fcd Border Color

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

This div border color is #ab7fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7fcd


Comments

No comments written yet.

Please login to write comment.