Color Hex Logo

#af9acf Color Hex

#AF9ACF
(175,154,207)
0 Favorites   0 Comments

Color spaces of #af9acf

RGB 175154207
HSL0.730.360.71
HSV264°26°81°
CMYK 0.150.260.00   0.19
XYZ40.497336.730263.9867
Yxy36.73020.28680.2601
Hunter Lab60.605413.2164-20.1741
CIE-Lab67.074118.1627-24.2913

#af9acf color RGB value is (175,154,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011010 11001111
Octal 257 232 317
Decimal 175 154 207
Hex AF 9A CF

RGB Percentages of Color #af9acf

%32.65
%28.73
%38.62

CMYK Percentages of Color #af9acf

%15
%26
%0
%19

Triadic Colors of #af9acf

#af9acf #cfaf9a #9acfaf

Analogous Colors of #af9acf

#af9acf #ca9acf #9aa0cf

Monochromatic Colors of #af9acf

#af9acf

Complementary Color

#af9acf #bacf9a

#af9acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9acf Color CSS Codes

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

#af9acf Text Font Color

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

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


#af9acf Background Color

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

This div background color is #af9acf


#af9acf Border Color

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

This div border color is #af9acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9acf


Comments

No comments written yet.

Please login to write comment.