Color Hex Logo

#af21de Color Hex

#AF21DE
(175,33,222)
0 Favorites   0 Comments

Color spaces of #af21de

RGB 17533222
HSL0.790.740.50
HSV285°85°87°
CMYK 0.210.850.00   0.13
XYZ31.407915.475670.4390
Yxy15.47560.26770.1319
Hunter Lab39.339073.6693-78.6251
CIE-Lab46.278877.2335-65.5968

#af21de color RGB value is (175,33,222).

#af21de hex color red value is 175, green value is 33 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #af21de hue: 0.79 , saturation: 0.74 and the lightness value of af21de is 0.50.

The process color (four color CMYK) of #af21de color hex is 0.21, 0.85, 0.00, 0.13. Web safe color of #af21de is #9933cc. Color #af21de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100001 11011110
Octal 257 41 336
Decimal 175 33 222
Hex AF 21 DE

RGB Percentages of Color #af21de

%40.70
%7.67
%51.63

CMYK Percentages of Color #af21de

%21
%85
%0
%13

Triadic Colors of #af21de

#af21de #deaf21 #21deaf

Analogous Colors of #af21de

#af21de #de21af #5021de

Monochromatic Colors of #af21de

#af21de

Complementary Color

#af21de #50de21

#af21de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af21de Color Preview on White Background

Lorem ipsum dolor sit amet.

#af21de Color CSS Codes

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

#af21de Text Font Color

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

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


#af21de Background Color

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

This div background color is #af21de


#af21de Border Color

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

This div border color is #af21de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af21de


Comments

No comments written yet.

Please login to write comment.