Color Hex Logo

#af9ccb Color Hex

#AF9CCB
(175,156,203)
0 Favorites   0 Comments

Color spaces of #af9ccb

RGB 175156203
HSL0.730.310.70
HSV264°23°80°
CMYK 0.140.230.00   0.20
XYZ40.347237.202761.5542
Yxy37.20270.29010.2674
Hunter Lab60.994011.3372-17.1387
CIE-Lab67.428816.1684-21.5294

#af9ccb color RGB value is (175,156,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011100 11001011
Octal 257 234 313
Decimal 175 156 203
Hex AF 9C CB

RGB Percentages of Color #af9ccb

%32.77
%29.21
%38.01

CMYK Percentages of Color #af9ccb

%14
%23
%0
%20

Triadic Colors of #af9ccb

#af9ccb #cbaf9c #9ccbaf

Analogous Colors of #af9ccb

#af9ccb #c79ccb #9ca1cb

Monochromatic Colors of #af9ccb

#af9ccb

Complementary Color

#af9ccb #b8cb9c

#af9ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9ccb Color CSS Codes

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

#af9ccb Text Font Color

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

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


#af9ccb Background Color

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

This div background color is #af9ccb


#af9ccb Border Color

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

This div border color is #af9ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9ccb


Comments

No comments written yet.

Please login to write comment.