Color Hex Logo

#af6cf2 Color Hex

#AF6CF2
(175,108,242)
0 Favorites   0 Comments

Color spaces of #af6cf2

RGB 175108242
HSL0.750.840.69
HSV270°55°95°
CMYK 0.280.550.00   0.05
XYZ39.068826.249987.0120
Yxy26.24990.25650.1723
Hunter Lab51.234746.4539-64.8282
CIE-Lab58.273551.6195-57.5387

#af6cf2 color RGB value is (175,108,242).

#af6cf2 hex color red value is 175, green value is 108 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #af6cf2 hue: 0.75 , saturation: 0.84 and the lightness value of af6cf2 is 0.69.

The process color (four color CMYK) of #af6cf2 color hex is 0.28, 0.55, 0.00, 0.05. Web safe color of #af6cf2 is #9966ff. Color #af6cf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101100 11110010
Octal 257 154 362
Decimal 175 108 242
Hex AF 6C F2

RGB Percentages of Color #af6cf2

%33.33
%20.57
%46.10

CMYK Percentages of Color #af6cf2

%28
%55
%0
%5

Triadic Colors of #af6cf2

#af6cf2 #f2af6c #6cf2af

Analogous Colors of #af6cf2

#af6cf2 #f26cf2 #6c6cf2

Monochromatic Colors of #af6cf2

#af6cf2

Complementary Color

#af6cf2 #aff26c

#af6cf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6cf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6cf2 Color CSS Codes

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

#af6cf2 Text Font Color

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

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


#af6cf2 Background Color

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

This div background color is #af6cf2


#af6cf2 Border Color

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

This div border color is #af6cf2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,108,242, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af6cf2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6cf2


Comments

No comments written yet.

Please login to write comment.