Color Hex Logo

#af6ccf Color Hex

#AF6CCF
(175,108,207)
0 Favorites   0 Comments

Color spaces of #af6ccf

RGB 175108207
HSL0.780.510.62
HSV281°48°81°
CMYK 0.150.480.00   0.19
XYZ34.304224.344161.9223
Yxy24.34410.28450.2019
Hunter Lab49.339737.7603-39.8722
CIE-Lab56.430743.7903-40.8207

#af6ccf color RGB value is (175,108,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101100 11001111
Octal 257 154 317
Decimal 175 108 207
Hex AF 6C CF

RGB Percentages of Color #af6ccf

%35.71
%22.04
%42.24

CMYK Percentages of Color #af6ccf

%15
%48
%0
%19

Triadic Colors of #af6ccf

#af6ccf #cfaf6c #6ccfaf

Analogous Colors of #af6ccf

#af6ccf #cf6cbe #7e6ccf

Monochromatic Colors of #af6ccf

#af6ccf

Complementary Color

#af6ccf #8ccf6c

#af6ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6ccf Color CSS Codes

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

#af6ccf Text Font Color

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

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


#af6ccf Background Color

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

This div background color is #af6ccf


#af6ccf Border Color

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

This div border color is #af6ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6ccf


Comments

No comments written yet.

Please login to write comment.