Color Hex Logo

#af12cc Color Hex

#AF12CC
(175,18,204)
0 Favorites   0 Comments

Color spaces of #af12cc

RGB 17518204
HSL0.810.840.44
HSV291°91°80°
CMYK 0.140.910.00   0.20
XYZ28.794613.906258.2933
Yxy13.90620.28510.1377
Hunter Lab37.291072.5711-66.5784
CIE-Lab44.098176.7669-58.7814

#af12cc color RGB value is (175,18,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010010 11001100
Octal 257 22 314
Decimal 175 18 204
Hex AF 12 CC

RGB Percentages of Color #af12cc

%44.08
%4.53
%51.39

CMYK Percentages of Color #af12cc

%14
%91
%0
%20

Triadic Colors of #af12cc

#af12cc #ccaf12 #12ccaf

Analogous Colors of #af12cc

#af12cc #cc128c #5212cc

Monochromatic Colors of #af12cc

#af12cc

Complementary Color

#af12cc #2fcc12

#af12cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af12cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af12cc Color CSS Codes

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

#af12cc Text Font Color

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

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


#af12cc Background Color

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

This div background color is #af12cc


#af12cc Border Color

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

This div border color is #af12cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af12cc


Comments

No comments written yet.

Please login to write comment.