Color Hex Logo

#af07cd Color Hex

#AF07CD
(175,7,205)
0 Favorites   0 Comments

Color spaces of #af07cd

RGB 1757205
HSL0.810.930.42
HSV291°97°80°
CMYK 0.150.970.00   0.20
XYZ28.774613.673758.8803
Yxy13.67370.28400.1349
Hunter Lab36.978074.1893-68.5233
CIE-Lab43.761378.1409-59.9054

#af07cd color RGB value is (175,7,205).

#af07cd hex color red value is 175, green value is 7 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #af07cd hue: 0.81 , saturation: 0.93 and the lightness value of af07cd is 0.42.

The process color (four color CMYK) of #af07cd color hex is 0.15, 0.97, 0.00, 0.20. Web safe color of #af07cd is #9900cc. Color #af07cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000111 11001101
Octal 257 7 315
Decimal 175 7 205
Hex AF 7 CD

RGB Percentages of Color #af07cd

%45.22
%1.81
%52.97

CMYK Percentages of Color #af07cd

%15
%97
%0
%20

Triadic Colors of #af07cd

#af07cd #cdaf07 #07cdaf

Analogous Colors of #af07cd

#af07cd #cd0788 #4c07cd

Monochromatic Colors of #af07cd

#af07cd

Complementary Color

#af07cd #25cd07

#af07cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af07cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af07cd Color CSS Codes

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

#af07cd Text Font Color

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

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


#af07cd Background Color

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

This div background color is #af07cd


#af07cd Border Color

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

This div border color is #af07cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af07cd


Comments

No comments written yet.

Please login to write comment.