Color Hex Logo

#af4ffc Color Hex

#AF4FFC
(175,79,252)
0 Favorites   0 Comments

Color spaces of #af4ffc

RGB 17579252
HSL0.760.970.65
HSV273°69°99°
CMYK 0.310.690.00   0.01
XYZ38.045921.734294.2853
Yxy21.73420.24690.1411
Hunter Lab46.620064.0865-87.2755
CIE-Lab53.743867.8706-70.3820

#af4ffc color RGB value is (175,79,252).

#af4ffc hex color red value is 175, green value is 79 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #af4ffc hue: 0.76 , saturation: 0.97 and the lightness value of af4ffc is 0.65.

The process color (four color CMYK) of #af4ffc color hex is 0.31, 0.69, 0.00, 0.01. Web safe color of #af4ffc is #9966ff. Color #af4ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001111 11111100
Octal 257 117 374
Decimal 175 79 252
Hex AF 4F FC

RGB Percentages of Color #af4ffc

%34.58
%15.61
%49.80

CMYK Percentages of Color #af4ffc

%31
%69
%0
%1

Triadic Colors of #af4ffc

#af4ffc #fcaf4f #4ffcaf

Analogous Colors of #af4ffc

#af4ffc #fc4ff3 #594ffc

Monochromatic Colors of #af4ffc

#af4ffc

Complementary Color

#af4ffc #9cfc4f

#af4ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4ffc Color CSS Codes

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

#af4ffc Text Font Color

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

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


#af4ffc Background Color

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

This div background color is #af4ffc


#af4ffc Border Color

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

This div border color is #af4ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.