Color Hex Logo

#afa4cf Color Hex

#AFA4CF
(175,164,207)
0 Favorites   0 Comments

Color spaces of #afa4cf

RGB 175164207
HSL0.710.310.73
HSV255°21°81°
CMYK 0.150.210.00   0.19
XYZ42.217140.169964.5600
Yxy40.16990.28730.2734
Hunter Lab63.37977.9839-16.0283
CIE-Lab69.590412.5691-20.4517

#afa4cf color RGB value is (175,164,207).

#afa4cf hex color red value is 175, green value is 164 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #afa4cf hue: 0.71 , saturation: 0.31 and the lightness value of afa4cf is 0.73.

The process color (four color CMYK) of #afa4cf color hex is 0.15, 0.21, 0.00, 0.19. Web safe color of #afa4cf is #9999cc. Color #afa4cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 11001111
Octal 257 244 317
Decimal 175 164 207
Hex AF A4 CF

RGB Percentages of Color #afa4cf

%32.05
%30.04
%37.91

CMYK Percentages of Color #afa4cf

%15
%21
%0
%19

Triadic Colors of #afa4cf

#afa4cf #cfafa4 #a4cfaf

Analogous Colors of #afa4cf

#afa4cf #c5a4cf #a4afcf

Monochromatic Colors of #afa4cf

#afa4cf

Complementary Color

#afa4cf #c4cfa4

#afa4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa4cf Color CSS Codes

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

#afa4cf Text Font Color

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

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


#afa4cf Background Color

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

This div background color is #afa4cf


#afa4cf Border Color

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

This div border color is #afa4cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa4cf


Comments

No comments written yet.

Please login to write comment.