Color Hex Logo

#af03cc Color Hex

#AF03CC
(175,3,204)
0 Favorites   0 Comments

Color spaces of #af03cc

RGB 1753204
HSL0.810.970.41
HSV291°99°80°
CMYK 0.140.990.00   0.20
XYZ28.610813.538758.2320
Yxy13.53870.28500.1349
Hunter Lab36.795074.4057-68.0763
CIE-Lab43.564078.3532-59.6454

#af03cc color RGB value is (175,3,204).

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

The process color (four color CMYK) of #af03cc color hex is 0.14, 0.99, 0.00, 0.20. Web safe color of #af03cc is #9900cc. Color #af03cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000011 11001100
Octal 257 3 314
Decimal 175 3 204
Hex AF 3 CC

RGB Percentages of Color #af03cc

%45.81
%0.79
%53.40

CMYK Percentages of Color #af03cc

%14
%99
%0
%20

Triadic Colors of #af03cc

#af03cc #ccaf03 #03ccaf

Analogous Colors of #af03cc

#af03cc #cc0385 #4b03cc

Monochromatic Colors of #af03cc

#af03cc

Complementary Color

#af03cc #20cc03

#af03cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af03cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af03cc Color CSS Codes

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

#af03cc Text Font Color

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

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


#af03cc Background Color

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

This div background color is #af03cc


#af03cc Border Color

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

This div border color is #af03cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af03cc


Comments

No comments written yet.

Please login to write comment.