Color Hex Logo

#af44cc Color Hex

#AF44CC
(175,68,204)
0 Favorites   0 Comments

Color spaces of #af44cc

RGB 17568204
HSL0.800.570.53
HSV287°67°80°
CMYK 0.140.670.00   0.20
XYZ30.645417.607858.9102
Yxy17.60780.28600.1643
Hunter Lab41.961656.9291-53.8644
CIE-Lab49.016962.6111-50.8715

#af44cc color RGB value is (175,68,204).

#af44cc hex color red value is 175, green value is 68 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #af44cc hue: 0.80 , saturation: 0.57 and the lightness value of af44cc is 0.53.

The process color (four color CMYK) of #af44cc color hex is 0.14, 0.67, 0.00, 0.20. Web safe color of #af44cc is #9933cc. Color #af44cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000100 11001100
Octal 257 104 314
Decimal 175 68 204
Hex AF 44 CC

RGB Percentages of Color #af44cc

%39.15
%15.21
%45.64

CMYK Percentages of Color #af44cc

%14
%67
%0
%20

Triadic Colors of #af44cc

#af44cc #ccaf44 #44ccaf

Analogous Colors of #af44cc

#af44cc #cc44a5 #6b44cc

Monochromatic Colors of #af44cc

#af44cc

Complementary Color

#af44cc #61cc44

#af44cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af44cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af44cc Color CSS Codes

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

#af44cc Text Font Color

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

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


#af44cc Background Color

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

This div background color is #af44cc


#af44cc Border Color

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

This div border color is #af44cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af44cc


Comments

No comments written yet.

Please login to write comment.