color codes Logo

#af29cc color codes

#AF29CC
(175,41,204)
0 Favorites   0 Comments

Color spaces of #af29cc

RGB 17541204
HSL0.800.670.48
HSV289°80°80°
CMYK 0.140.800.00   0.20
XYZ29.371215.059558.4855
Yxy15.05950.28540.1463
Hunter Lab38.806667.1883-62.1915
CIE-Lab45.715672.0217-56.1709

#af29cc color RGB value is (175,41,204).

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

The process color (four color CMYK) of #af29cc color code is 0.14, 0.80, 0.00, 0.20. Web safe color of #af29cc is #9933cc. Color #af29cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101001 11001100
Octal 257 51 314
Decimal 175 41 204
Hex AF 29 CC

RGB Percentages of Color #af29cc

%41.67
%9.76
%48.57

CMYK Percentages of Color #af29cc

%14
%80
%0
%20

Triadic Colors of #af29cc

#af29cc #ccaf29 #29ccaf

Analogous Colors of #af29cc

#af29cc #cc2998 #5d29cc

Monochromatic Colors of #af29cc

#af29cc

Complementary Color

#af29cc #46cc29

#af29cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af29cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af29cc Color CSS Codes

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

#af29cc Text Font Color

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

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


#af29cc Background Color

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

This div background color is #af29cc


#af29cc Border Color

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

This div border color is #af29cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af29cc


Comments

No comments written yet.

Please login to write comment.