Color Hex Logo

#af4cab Color Hex

#AF4CAB
(175,76,171)
0 Favorites   0 Comments

Color spaces of #af4cab

RGB 17576171
HSL0.840.390.49
HSV302°57°69°
CMYK 0.000.570.02   0.31
XYZ27.614317.223140.3970
Yxy17.22310.32400.2021
Hunter Lab41.500746.1464-28.6627
CIE-Lab48.539952.9687-32.4363

#af4cab color RGB value is (175,76,171).

#af4cab hex color red value is 175, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #af4cab hue: 0.84 , saturation: 0.39 and the lightness value of af4cab is 0.49.

The process color (four color CMYK) of #af4cab color hex is 0.00, 0.57, 0.02, 0.31. Web safe color of #af4cab is #993399. Color #af4cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001100 10101011
Octal 257 114 253
Decimal 175 76 171
Hex AF 4C AB

RGB Percentages of Color #af4cab

%41.47
%18.01
%40.52

CMYK Percentages of Color #af4cab

%0
%57
%2
%31

Triadic Colors of #af4cab

#af4cab #abaf4c #4cabaf

Analogous Colors of #af4cab

#af4cab #af4c7a #824caf

Monochromatic Colors of #af4cab

#af4cab

Complementary Color

#af4cab #4caf50

#af4cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4cab Color CSS Codes

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

#af4cab Text Font Color

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

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


#af4cab Background Color

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

This div background color is #af4cab


#af4cab Border Color

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

This div border color is #af4cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4cab


Comments

No comments written yet.

Please login to write comment.