Color Hex Logo

#af00ca Color Hex

#AF00CA
(175,0,202)
0 Favorites   0 Comments

Color spaces of #af00ca

RGB 1750202
HSL0.811.000.40
HSV292°100°79°
CMYK 0.131.000.00   0.21
XYZ28.339913.378256.9657
Yxy13.37820.28720.1356
Hunter Lab36.576274.2966-66.7380
CIE-Lab43.327778.3108-58.8674

#af00ca color RGB value is (175,0,202).

#af00ca hex color red value is 175, green value is 0 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af00ca hue: 0.81 , saturation: 1.00 and the lightness value of af00ca is 0.40.

The process color (four color CMYK) of #af00ca color hex is 0.13, 1.00, 0.00, 0.21. Web safe color of #af00ca is #9900cc. Color #af00ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000000 11001010
Octal 257 0 312
Decimal 175 0 202
Hex AF 0 CA

RGB Percentages of Color #af00ca

%46.42
%0.00
%53.58

CMYK Percentages of Color #af00ca

%13
%100
%0
%21

Triadic Colors of #af00ca

#af00ca #caaf00 #00caaf

Analogous Colors of #af00ca

#af00ca #ca0080 #4a00ca

Monochromatic Colors of #af00ca

#af00ca

Complementary Color

#af00ca #1bca00

#af00ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af00ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af00ca Color CSS Codes

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

#af00ca Text Font Color

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

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


#af00ca Background Color

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

This div background color is #af00ca


#af00ca Border Color

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

This div border color is #af00ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af00ca


Comments

No comments written yet.

Please login to write comment.