Color Hex Logo

#af07fd Color Hex

#AF07FD
(175,7,253)
0 Favorites   0 Comments

Color spaces of #af07fd

RGB 1757253
HSL0.780.980.51
HSV281°97°99°
CMYK 0.310.970.00   0.01
XYZ35.484816.357894.2156
Yxy16.35780.24290.1120
Hunter Lab40.444885.8312-109.8040
CIE-Lab47.440586.5792-81.2029

#af07fd color RGB value is (175,7,253).

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

The process color (four color CMYK) of #af07fd color hex is 0.31, 0.97, 0.00, 0.01. Web safe color of #af07fd is #9900ff. Color #af07fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000111 11111101
Octal 257 7 375
Decimal 175 7 253
Hex AF 7 FD

RGB Percentages of Color #af07fd

%40.23
%1.61
%58.16

CMYK Percentages of Color #af07fd

%31
%97
%0
%1

Triadic Colors of #af07fd

#af07fd #fdaf07 #07fdaf

Analogous Colors of #af07fd

#af07fd #fd07d0 #3407fd

Monochromatic Colors of #af07fd

#af07fd

Complementary Color

#af07fd #55fd07

#af07fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af07fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af07fd Color CSS Codes

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

#af07fd Text Font Color

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

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


#af07fd Background Color

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

This div background color is #af07fd


#af07fd Border Color

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

This div border color is #af07fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af07fd

Related Colors


Comments

No comments written yet.

Please login to write comment.