Color Hex Logo

#af29dc Color Hex

#AF29DC
(175,41,220)
0 Favorites   0 Comments

Color spaces of #af29dc

RGB 17541220
HSL0.790.720.51
HSV285°81°86°
CMYK 0.200.810.00   0.14
XYZ31.390415.867169.1184
Yxy15.86710.26970.1363
Hunter Lab39.833570.9564-74.9954
CIE-Lab46.799674.9244-63.6110

#af29dc color RGB value is (175,41,220).

#af29dc hex color red value is 175, green value is 41 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #af29dc hue: 0.79 , saturation: 0.72 and the lightness value of af29dc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101001 11011100
Octal 257 51 334
Decimal 175 41 220
Hex AF 29 DC

RGB Percentages of Color #af29dc

%40.14
%9.40
%50.46

CMYK Percentages of Color #af29dc

%20
%81
%0
%14

Triadic Colors of #af29dc

#af29dc #dcaf29 #29dcaf

Analogous Colors of #af29dc

#af29dc #dc29b0 #5629dc

Monochromatic Colors of #af29dc

#af29dc

Complementary Color

#af29dc #56dc29

#af29dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af29dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af29dc Color CSS Codes

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

#af29dc Text Font Color

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

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


#af29dc Background Color

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

This div background color is #af29dc


#af29dc Border Color

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

This div border color is #af29dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af29dc


Comments

No comments written yet.

Please login to write comment.