Color Hex Logo

#afa7cd Color Hex

#AFA7CD
(175,167,205)
0 Favorites   0 Comments

Color spaces of #afa7cd

RGB 175167205
HSL0.700.280.73
HSV253°19°80°
CMYK 0.150.190.00   0.20
XYZ42.517441.159263.4612
Yxy41.15920.28900.2797
Hunter Lab64.15546.0244-13.7396
CIE-Lab70.287310.4674-18.2914

#afa7cd color RGB value is (175,167,205).

#afa7cd hex color red value is 175, green value is 167 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #afa7cd hue: 0.70 , saturation: 0.28 and the lightness value of afa7cd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 11001101
Octal 257 247 315
Decimal 175 167 205
Hex AF A7 CD

RGB Percentages of Color #afa7cd

%31.99
%30.53
%37.48

CMYK Percentages of Color #afa7cd

%15
%19
%0
%20

Triadic Colors of #afa7cd

#afa7cd #cdafa7 #a7cdaf

Analogous Colors of #afa7cd

#afa7cd #c2a7cd #a7b2cd

Monochromatic Colors of #afa7cd

#afa7cd

Complementary Color

#afa7cd #c5cda7

#afa7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa7cd Color CSS Codes

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

#afa7cd Text Font Color

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

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


#afa7cd Background Color

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

This div background color is #afa7cd


#afa7cd Border Color

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

This div border color is #afa7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa7cd


Comments

No comments written yet.

Please login to write comment.