Color Hex Logo

#af06cd Color Hex

#AF06CD
(175,6,205)
0 Favorites   0 Comments

Color spaces of #af06cd

RGB 1756205
HSL0.810.940.41
HSV291°97°80°
CMYK 0.150.970.00   0.20
XYZ28.763813.652058.8767
Yxy13.65200.28400.1348
Hunter Lab36.948674.2988-68.6131
CIE-Lab43.729778.2352-59.9566

#af06cd color RGB value is (175,6,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000110 11001101
Octal 257 6 315
Decimal 175 6 205
Hex AF 6 CD

RGB Percentages of Color #af06cd

%45.34
%1.55
%53.11

CMYK Percentages of Color #af06cd

%15
%97
%0
%20

Triadic Colors of #af06cd

#af06cd #cdaf06 #06cdaf

Analogous Colors of #af06cd

#af06cd #cd0688 #4c06cd

Monochromatic Colors of #af06cd

#af06cd

Complementary Color

#af06cd #24cd06

#af06cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af06cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af06cd Color CSS Codes

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

#af06cd Text Font Color

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

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


#af06cd Background Color

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

This div background color is #af06cd


#af06cd Border Color

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

This div border color is #af06cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af06cd


Comments

No comments written yet.

Please login to write comment.