Color Hex Logo

#af69cf Color Hex

#AF69CF
(175,105,207)
0 Favorites   0 Comments

Color spaces of #af69cf

RGB 175105207
HSL0.780.520.61
HSV281°49°81°
CMYK 0.150.490.00   0.19
XYZ33.993323.722161.8187
Yxy23.72210.28440.1985
Hunter Lab48.705339.3476-41.1594
CIE-Lab55.808545.3935-41.8010

#af69cf color RGB value is (175,105,207).

#af69cf hex color red value is 175, green value is 105 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #af69cf hue: 0.78 , saturation: 0.52 and the lightness value of af69cf is 0.61.

The process color (four color CMYK) of #af69cf color hex is 0.15, 0.49, 0.00, 0.19. Web safe color of #af69cf is #9966cc. Color #af69cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101001 11001111
Octal 257 151 317
Decimal 175 105 207
Hex AF 69 CF

RGB Percentages of Color #af69cf

%35.93
%21.56
%42.51

CMYK Percentages of Color #af69cf

%15
%49
%0
%19

Triadic Colors of #af69cf

#af69cf #cfaf69 #69cfaf

Analogous Colors of #af69cf

#af69cf #cf69bc #7c69cf

Monochromatic Colors of #af69cf

#af69cf

Complementary Color

#af69cf #89cf69

#af69cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af69cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af69cf Color CSS Codes

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

#af69cf Text Font Color

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

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


#af69cf Background Color

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

This div background color is #af69cf


#af69cf Border Color

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

This div border color is #af69cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af69cf


Comments

No comments written yet.

Please login to write comment.