Color Hex Logo

#afa0cb Color Hex

#AFA0CB
(175,160,203)
0 Favorites   0 Comments

Color spaces of #afa0cb

RGB 175160203
HSL0.720.290.71
HSV261°21°80°
CMYK 0.140.210.00   0.20
XYZ41.029538.567461.7817
Yxy38.56740.29020.2728
Hunter Lab62.10279.2503-15.5117
CIE-Lab68.436713.9303-19.9951

#afa0cb color RGB value is (175,160,203).

#afa0cb hex color red value is 175, green value is 160 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #afa0cb hue: 0.72 , saturation: 0.29 and the lightness value of afa0cb is 0.71.

The process color (four color CMYK) of #afa0cb color hex is 0.14, 0.21, 0.00, 0.20. Web safe color of #afa0cb is #9999cc. Color #afa0cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 11001011
Octal 257 240 313
Decimal 175 160 203
Hex AF A0 CB

RGB Percentages of Color #afa0cb

%32.53
%29.74
%37.73

CMYK Percentages of Color #afa0cb

%14
%21
%0
%20

Triadic Colors of #afa0cb

#afa0cb #cbafa0 #a0cbaf

Analogous Colors of #afa0cb

#afa0cb #c5a0cb #a0a7cb

Monochromatic Colors of #afa0cb

#afa0cb

Complementary Color

#afa0cb #bccba0

#afa0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa0cb Color CSS Codes

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

#afa0cb Text Font Color

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

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


#afa0cb Background Color

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

This div background color is #afa0cb


#afa0cb Border Color

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

This div border color is #afa0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa0cb


Comments

No comments written yet.

Please login to write comment.