Color Hex Logo

#af80cf Color Hex

#AF80CF
(175,128,207)
0 Favorites   0 Comments

Color spaces of #af80cf

RGB 175128207
HSL0.770.450.66
HSV276°38°81°
CMYK 0.150.380.00   0.19
XYZ36.660929.057362.7079
Yxy29.05730.28550.2263
Hunter Lab53.904827.0652-31.2391
CIE-Lab60.832232.7907-33.9298

#af80cf color RGB value is (175,128,207).

#af80cf hex color red value is 175, green value is 128 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #af80cf hue: 0.77 , saturation: 0.45 and the lightness value of af80cf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000000 11001111
Octal 257 200 317
Decimal 175 128 207
Hex AF 80 CF

RGB Percentages of Color #af80cf

%34.31
%25.10
%40.59

CMYK Percentages of Color #af80cf

%15
%38
%0
%19

Triadic Colors of #af80cf

#af80cf #cfaf80 #80cfaf

Analogous Colors of #af80cf

#af80cf #cf80c8 #8880cf

Monochromatic Colors of #af80cf

#af80cf

Complementary Color

#af80cf #a0cf80

#af80cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af80cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af80cf Color CSS Codes

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

#af80cf Text Font Color

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

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


#af80cf Background Color

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

This div background color is #af80cf


#af80cf Border Color

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

This div border color is #af80cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af80cf


Comments

No comments written yet.

Please login to write comment.