Color Hex Logo

#af2ddf Color Hex

#AF2DDF
(175,45,223)
0 Favorites   0 Comments

Color spaces of #af2ddf

RGB 17545223
HSL0.790.740.53
HSV284°80°87°
CMYK 0.220.800.00   0.13
XYZ31.936916.318471.2786
Yxy16.31840.26720.1365
Hunter Lab40.396070.4281-76.3397
CIE-Lab47.389574.3762-64.3664

#af2ddf color RGB value is (175,45,223).

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

The process color (four color CMYK) of #af2ddf color hex is 0.22, 0.80, 0.00, 0.13. Web safe color of #af2ddf is #9933cc. Color #af2ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101101 11011111
Octal 257 55 337
Decimal 175 45 223
Hex AF 2D DF

RGB Percentages of Color #af2ddf

%39.50
%10.16
%50.34

CMYK Percentages of Color #af2ddf

%22
%80
%0
%13

Triadic Colors of #af2ddf

#af2ddf #dfaf2d #2ddfaf

Analogous Colors of #af2ddf

#af2ddf #df2db6 #562ddf

Monochromatic Colors of #af2ddf

#af2ddf

Complementary Color

#af2ddf #5ddf2d

#af2ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2ddf Color CSS Codes

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

#af2ddf Text Font Color

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

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


#af2ddf Background Color

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

This div background color is #af2ddf


#af2ddf Border Color

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

This div border color is #af2ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2ddf


Comments

No comments written yet.

Please login to write comment.